{ "openapi": "3.1.0", "info": { "title": "<>", "description": "<>的API文档", "version": "1.0.0" }, "tags": [ <> { "name": "<>" },<> ], "paths": { <> "/v<>/<>/<>/<>": { "<><3>>get<><>=3>>post<><>=4>>put<><>=5>>delete<>": { "summary": "<>", "x-apifox-folder": "<>", "x-apifox-status": "released", "deprecated": false, "description": "
注意事项

<>


返回报文示例:
{
 status: \"1\",
msg: \"\",
 data: [{
 }]
}
axios调用示例
const params = {\n};\nRequest({\n    url: this.UrlList.<>.<><>.url,\n    method: this.UrlList.<>.<><>.method,\n    params,\n})\n.then((res) => {\n    if (res.status == 1) {\n        // 返回参数正确逻辑\n    } else {\n        PublicFn.tips(res.msg);\n    }\n})\n.catch((e) => {\n    console.log(e);\n});\n
", "tags": [ "<>" ], "parameters": [ <> { "name": "<>", "in": "query", "description": "<>", "required": false, "example": "", "schema": { "type": "<>" } },<> ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "properties": { <> <>==true>>"<>": { "type": "<>", "title": "<>" },<><> }, "x-apifox-orders": [ <> <>==true>>"<>",<><> ], "required": [ <> <>.Contains("required") and <>==true>>"<>",<><> ], "x-apifox-ignore-properties": [] }, "example": "" } } }, "responses": { "200": { "description": "请求成功返回的数据", "content": { "application/json": { "schema": { "type": "object", "title": "返回报文", "required": [ "status", "msg", "data" ], "properties": { "status": { "type": "integer", "description": "状态(1成功,否则失败)" }, "msg": { "type": "string", "description": "描述(status为1不显示描述信息,status不为1显示错误信息)" }, "data": { "type": "array", "items": { "type": "object", "properties": { <> <>==true>>"<>": { "type": "<>", "description": "<>" },<><> }, "x-apifox-orders": [ <> <>==true>>"<>",<><> ], "x-apifox-ignore-properties": [] } } }, "x-apifox-orders": [ "status", "msg", "data" ], "x-apifox-ignore-properties": [] } } } } } } },<
> } }