mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-24 08:07:58 +00:00
方法添加注释,中文版注释
This commit is contained in:
@@ -458,7 +458,7 @@
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.RegisterAndLoginStuct"
|
||||
"$ref": "#/definitions/api.RegisterAndLoginStruct"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -542,7 +542,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/casbin/casbinPUpdate": {
|
||||
"/casbin/UpdateCasbin": {
|
||||
"post": {
|
||||
"security": [
|
||||
{
|
||||
@@ -1239,7 +1239,7 @@
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.RegisterAndLoginStuct"
|
||||
"$ref": "#/definitions/api.RegisterAndLoginStruct"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -1275,7 +1275,7 @@
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.RegisterAndLoginStuct"
|
||||
"$ref": "#/definitions/api.RegisterAndLoginStruct"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -1735,7 +1735,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"api.RegisterAndLoginStuct": {
|
||||
"api.RegisterAndLoginStruct": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"captcha": {
|
||||
|
||||
Reference in New Issue
Block a user