管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-11 03abc40237d5facd7a24628ed6afe0a014b49e1b
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;
    }