src/main/java/com/lf/server/interceptor/AuthInterceptor.java
@@ -31,7 +31,6 @@ private static final String NO_LOGIN = JSON.toJSONString(new ResponseMsg<String>(HttpStatus.NO_LOGIN_ERROR, "用户未登录")); public AuthInterceptor(TokenService tokenService) { this.tokenService = tokenService; }