update 登录鉴权修改

This commit is contained in:
yyb
2026-01-14 16:28:56 +08:00
parent 65defd4dbd
commit 2e6b2f3f68

View File

@@ -65,7 +65,6 @@ public class LoginInterceptor implements HandlerInterceptor {
* 验证token 并刷新token
*/
private boolean isValidToken(String token) {
System.out.println("token:"+token);
if (token == null){
throw new AuthException("用户未登录");
}