Compare commits

..

No commits in common. 'e59dd0c8a8efbd5110f09b044ae08209b5a69c43' and '1d29d0ea4fddf6f0ee66de374aab145cf1daf61c' have entirely different histories.

@ -88,8 +88,7 @@ public class JwtAuthenticationTokenFilter extends OncePerRequestFilter {
return;
}catch (Exception e){
// 其他异常
AuthResultWrapper<?> customResultWrapper =
AuthResultWrapper.getCustomResultWrapper(AuthErrorCodeEnum.AUTH_AUTH_INVALID);
AuthResultWrapper<?> customResultWrapper = AuthResultWrapper.getErrorResultWrapper();
WebUtils.renderString(request, response, JSONUtil.toJsonStr(customResultWrapper));
return;
}

Loading…
Cancel
Save