迁移登陆日志的代码
This commit is contained in:
@@ -12,7 +12,7 @@ public enum SysLoginResultEnum {
|
||||
|
||||
SUCCESS(0), // 成功
|
||||
BAD_CREDENTIALS(10), // 账号或密码不正确
|
||||
USER_DISABLED(20), // 账号或密码不正确
|
||||
USER_DISABLED(20), // 用户被禁用
|
||||
CAPTCHA_NOT_FOUND(30), // 验证码不存在
|
||||
CAPTCHA_CODE_ERROR(31), // 验证码不正确
|
||||
|
||||
|
||||
Reference in New Issue
Block a user