Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fed270e71a
|
@ -67,8 +67,8 @@ public class JwtTokenAdminInterceptor implements HandlerInterceptor {
|
|||
if (res) {
|
||||
return true;
|
||||
} else {
|
||||
// throw new AuthException(JWT_INVALID);
|
||||
return true;
|
||||
throw new AuthException(JWT_INVALID);
|
||||
// return true;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue