感谢zou2699 指出拼写错误 CreateAuthorityPatams --> CreateAuthorityParams
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
|
||||
// This file was generated by swaggo/swag at
|
||||
// 2019-12-13 14:31:12.9298434 +0800 CST m=+0.056881601
|
||||
// 2019-12-20 11:36:51.4275267 +0800 CST m=+0.082812601
|
||||
|
||||
package docs
|
||||
|
||||
@@ -273,7 +273,7 @@ var doc = `{
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.CreateAuthorityPatams"
|
||||
"$ref": "#/definitions/api.CreateAuthorityParams"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -413,7 +413,7 @@ var doc = `{
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.RegistAndLoginStuct"
|
||||
"$ref": "#/definitions/sysModel.SysUser"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -452,7 +452,7 @@ var doc = `{
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.CreateAuthorityPatams"
|
||||
"$ref": "#/definitions/api.CreateAuthorityParams"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -491,7 +491,7 @@ var doc = `{
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/api.CreateAuthorityPatams"
|
||||
"$ref": "#/definitions/api.CreateAuthorityParams"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -1159,7 +1159,7 @@ var doc = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"api.CreateAuthorityPatams": {
|
||||
"api.CreateAuthorityParams": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authorityId": {
|
||||
@@ -1258,6 +1258,17 @@ var doc = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"sysModel.SysAuthority": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authorityId": {
|
||||
"type": "string"
|
||||
},
|
||||
"authorityName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sysModel.SysBaseMenu": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -1296,6 +1307,30 @@ var doc = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"sysModel.SysUser": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authority": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/sysModel.SysAuthority"
|
||||
},
|
||||
"authorityId": {
|
||||
"type": "string"
|
||||
},
|
||||
"headerImg": {
|
||||
"type": "string"
|
||||
},
|
||||
"nickName": {
|
||||
"type": "string"
|
||||
},
|
||||
"userName": {
|
||||
"type": "string"
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sysModel.SysWorkflow": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user