add captcha #82

This commit is contained in:
lejianwen
2024-12-18 12:43:55 +08:00
parent a3012cfa18
commit bf8eadfbaa
9 changed files with 214 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ type Login struct {
Username string `json:"username" validate:"required" label:"用户名"`
Password string `json:"password,omitempty" validate:"required" label:"密码"`
Platform string `json:"platform" label:"平台"`
Captcha string `json:"captcha,omitempty" label:"验证码"`
}
type LoginLogQuery struct {