docs: Update swagger docs

This commit is contained in:
lejianwen
2025-06-16 12:31:48 +08:00
parent 791a1850b8
commit c554ff4a31
7 changed files with 100 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
// Package admin Content generated by swaggo/swag. DO NOT EDIT
// Package admin Code generated by swaggo/swag. DO NOT EDIT
package admin
import "github.com/swaggo/swag"
@@ -5828,6 +5828,9 @@ const docTemplateadmin = `{
"captcha": {
"type": "string"
},
"captcha_id": {
"type": "string"
},
"password": {
"type": "string"
},

View File

@@ -5821,6 +5821,9 @@
"captcha": {
"type": "string"
},
"captcha_id": {
"type": "string"
},
"password": {
"type": "string"
},

View File

@@ -297,6 +297,8 @@ definitions:
properties:
captcha:
type: string
captcha_id:
type: string
password:
type: string
platform: