doc 修复swagger文档

This commit is contained in:
linwenxiang
2021-04-23 14:59:53 +08:00
parent 1a111f0666
commit 97d9590d05
6 changed files with 54 additions and 159 deletions
+19 -19
View File
@@ -1809,7 +1809,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/system.Login"
"$ref": "#/definitions/handler.Login"
}
}
],
@@ -2213,24 +2213,7 @@
}
}
},
"response.Response": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"msg": {
"type": "string"
},
"requestId": {
"type": "string"
},
"status": {
"type": "string"
}
}
},
"system.Login": {
"handler.Login": {
"type": "object",
"required": [
"code",
@@ -2253,6 +2236,23 @@
}
}
},
"response.Response": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"msg": {
"type": "string"
},
"requestId": {
"type": "string"
},
"status": {
"type": "string"
}
}
},
"tools.Params": {
"type": "object",
"properties": {