测试环境增加client验证
This commit is contained in:
parent
12011f3769
commit
fa0cc239d1
|
@ -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