补充遗漏的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

View File

@@ -1554,7 +1554,9 @@ var doc = `{
}
],
"responses": {
"200": {}
"200": {
"description": ""
}
}
}
},
@@ -1587,7 +1589,9 @@ var doc = `{
}
],
"responses": {
"200": {}
"200": {
"description": ""
}
}
}
},
@@ -1944,44 +1948,6 @@ var doc = `{
}
}
},
"/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": [
@@ -2204,6 +2170,44 @@ var doc = `{
}
}
},
"/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": [