Browse Source

Merge branch 'zx_saas_qrLogin' of http://git.dayaedu.com/yonge/mec into test

zouxuan 1 year ago
parent
commit
6768a6d444

+ 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, e.getMessage());
+		HttpResponseResult result = new HttpResponseResult(false, errorCode, null, "登陆失效,请重新登陆");
 
 		ObjectMapper objectMapper = new ObjectMapper();