测试环境增加client验证
This commit is contained in:
parent
12011f3769
commit
fa0cc239d1
|
@ -67,8 +67,8 @@ public class JwtTokenAdminInterceptor implements HandlerInterceptor {
|
||||||
if (res) {
|
if (res) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
// throw new AuthException(JWT_INVALID);
|
throw new AuthException(JWT_INVALID);
|
||||||
return true;
|
// return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue