【8.3.3】【sys】更新提示信息

dev-8.3.3
stylefeng 2025-01-20 16:25:22 +08:00
parent 9df531fa13
commit 802c347ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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", "暂时无法登录,请稍后重试");
/**
*