|
@@ -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();
|
|
|
|