补充遗漏的json type

This commit is contained in:
蒋吉兆
2021-08-16 22:44:35 +08:00
parent 6ee60e3f95
commit a85ae1a46a
6 changed files with 199 additions and 227 deletions
+44 -40
View File
@@ -1538,7 +1538,9 @@
}
],
"responses": {
"200": {}
"200": {
"description": ""
}
}
}
},
@@ -1571,7 +1573,9 @@
}
],
"responses": {
"200": {}
"200": {
"description": ""
}
}
}
},
@@ -1928,44 +1932,6 @@
}
}
},
"/menu/GetMenuAuthority": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"AuthorityMenu"
],
"summary": "获取指定角色menu",
"parameters": [
{
"description": "角色ID",
"name": "data",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.GetAuthorityId"
}
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"获取成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/menu/addBaseMenu": {
"post": {
"security": [
@@ -2188,6 +2154,44 @@
}
}
},
"/menu/getMenuAuthority": {
"post": {
"security": [
{
"ApiKeyAuth": []
}
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"tags": [
"AuthorityMenu"
],
"summary": "获取指定角色menu",
"parameters": [
{
"description": "角色ID",
"name": "data",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/request.GetAuthorityId"
}
}
],
"responses": {
"200": {
"description": "{\"success\":true,\"data\":{},\"msg\":\"获取成功\"}",
"schema": {
"type": "string"
}
}
}
}
},
"/menu/getMenuList": {
"post": {
"security": [