mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 11:43:46 +08:00
添加验证码选择,可自由选择字符或计算
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user