|
|
@@ -1333,6 +1333,45 @@ const docTemplate = `{ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"/api/comm/getMenuList": { |
|
|
|
"post": { |
|
|
|
"description": "菜单栏列表(获取)", |
|
|
|
"consumes": [ |
|
|
|
"application/json" |
|
|
|
], |
|
|
|
"produces": [ |
|
|
|
"application/json" |
|
|
|
], |
|
|
|
"tags": [ |
|
|
|
"权限列表" |
|
|
|
], |
|
|
|
"summary": "通用请求-权限列表-菜单栏列表(获取)", |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"type": "string", |
|
|
|
"description": "验证参数Bearer和token空格拼接", |
|
|
|
"name": "Authorization", |
|
|
|
"in": "header", |
|
|
|
"required": true |
|
|
|
} |
|
|
|
], |
|
|
|
"responses": { |
|
|
|
"200": { |
|
|
|
"description": "具体路由", |
|
|
|
"schema": { |
|
|
|
"type": "object", |
|
|
|
"additionalProperties": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"400": { |
|
|
|
"description": "具体错误", |
|
|
|
"schema": { |
|
|
|
"$ref": "#/definitions/md.Response" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"/api/comm/getOssUrl": { |
|
|
|
"post": { |
|
|
|
"description": "上传许可链接(获取)", |
|
|
|