添加验证码选择,可自由选择字符或计算

This commit is contained in:
yazzyk
2025-06-25 17:33:28 +08:00
parent c377b6b92d
commit 6cb0fcfd93
4 changed files with 52 additions and 32 deletions

View File

@@ -176,6 +176,7 @@ type WechatConfig struct {
type LoginConfig struct {
RegisterSwitch int `json:"loginRegisterSwitch"`
CaptchaSwitch int `json:"loginCaptchaSwitch"`
CaptchaType int `json:"loginCaptchaType"`
Avatar string `json:"loginAvatar"`
RoleId int64 `json:"loginRoleId"`
DeptId int64 `json:"loginDeptId"`