update 登录鉴权修改
This commit is contained in:
@@ -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("用户未登录");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user