mirror of https://gitee.com/stylefeng/roses
【8.3.3】【sys】更新提示信息
parent
9df531fa13
commit
802c347ac0
|
@ -121,7 +121,7 @@ public enum AuthExceptionEnum implements AbstractExceptionEnum {
|
|||
/**
|
||||
* 密码重试次数过多,帐号被锁定
|
||||
*/
|
||||
LOGIN_LOCKED(RuleConstants.BUSINESS_ERROR_TYPE_CODE + AuthConstants.AUTH_EXCEPTION_STEP_CODE + "18", "账号或密码错误!");
|
||||
LOGIN_LOCKED(RuleConstants.BUSINESS_ERROR_TYPE_CODE + AuthConstants.AUTH_EXCEPTION_STEP_CODE + "18", "暂时无法登录,请稍后重试");
|
||||
|
||||
/**
|
||||
* 错误编码
|
||||
|
|
Loading…
Reference in New Issue