Fix problems modifying personal information,Upgrade route configuration format

This commit is contained in:
zhangwenjian
2020-05-25 21:30:29 +08:00
parent e07cb22255
commit c0b8199c36
18 changed files with 355 additions and 244 deletions
+3 -3
View File
@@ -492,9 +492,9 @@
"application/json"
],
"tags": [
"字典数据"
"配置"
],
"summary": "添加字典数据",
"summary": "添加配置",
"parameters": [
{
"description": "data",
@@ -503,7 +503,7 @@
"required": true,
"schema": {
"type": "object",
"$ref": "#/definitions/models.DictType"
"$ref": "#/definitions/models.SysConfig"
}
}
],