Compare commits

..

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

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

Loading…
Cancel
Save