zouxuan пре 11 месеци
родитељ
комит
3709acb3c1

+ 1 - 1
mec-common/common-core/src/main/java/com/ym/mec/common/security/BaseAuthenticationEntryPoint.java

@@ -39,7 +39,7 @@ public class BaseAuthenticationEntryPoint implements AuthenticationEntryPoint {
 			errorCode = HttpServletResponse.SC_FORBIDDEN;
 		}
 
-		HttpResponseResult result = new HttpResponseResult(false, errorCode, null, "登陆失效,请重新登陆");
+		HttpResponseResult result = new HttpResponseResult(false, errorCode, null, "登录过期,请重新登录");
 
 		ObjectMapper objectMapper = new ObjectMapper();