fix: 删除初始化用户界面及接口 (#874)

This commit is contained in:
ssongliu
2023-05-05 11:56:52 +08:00
committed by GitHub
parent 3ac64d65b6
commit 1c06b7b608
12 changed files with 18 additions and 370 deletions

View File

@@ -799,48 +799,6 @@ var doc = `{
}
}
},
"/auth/init": {
"post": {
"description": "初始化用户",
"consumes": [
"application/json"
],
"tags": [
"Auth"
],
"summary": "Init user",
"parameters": [
{
"description": "request",
"name": "request",
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/dto.InitUser"
}
}
],
"responses": {
"200": {
"description": ""
}
}
}
},
"/auth/isfirst": {
"get": {
"description": "判断是否为首次登录",
"tags": [
"Auth"
],
"summary": "Check is First login",
"responses": {
"200": {
"description": ""
}
}
}
},
"/auth/issafety": {
"get": {
"description": "获取系统安全登录状态",
@@ -11073,21 +11031,6 @@ var doc = `{
}
}
},
"dto.InitUser": {
"type": "object",
"required": [
"name",
"password"
],
"properties": {
"name": {
"type": "string"
},
"password": {
"type": "string"
}
}
},
"dto.InspectReq": {
"type": "object",
"properties": {
@@ -11987,7 +11930,8 @@ var doc = `{
],
"properties": {
"description": {
"type": "string"
"type": "string",
"maxLength": 256
},
"from": {
"type": "string",
@@ -12006,7 +11950,8 @@ var doc = `{
"type": "object",
"properties": {
"description": {
"type": "string"
"type": "string",
"maxLength": 256
},
"from": {
"type": "string"
@@ -12043,7 +11988,8 @@ var doc = `{
],
"properties": {
"description": {
"type": "string"
"type": "string",
"maxLength": 256
},
"id": {
"type": "integer"