mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
Fix problems modifying personal information,Upgrade route configuration format
This commit is contained in:
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user