소스 검색

删除多余的引用

lighter 1 년 전
부모
커밋
e1327ca787
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/main/java/thyyxxk/wxservice_server/config/exception/GlobalExceptionHandler.java

+ 0 - 2
src/main/java/thyyxxk/wxservice_server/config/exception/GlobalExceptionHandler.java

@@ -1,13 +1,11 @@
 package thyyxxk.wxservice_server.config.exception;
 
-import com.alibaba.fastjson.JSON;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.validation.BindingResult;
 import org.springframework.web.bind.MethodArgumentNotValidException;
 import org.springframework.web.bind.annotation.ExceptionHandler;
 import org.springframework.web.bind.annotation.ResponseBody;
 import org.springframework.web.bind.annotation.RestControllerAdvice;
-import thyyxxk.wxservice_server.constant.Constants;
 import thyyxxk.wxservice_server.entity.ResultVo;
 import thyyxxk.wxservice_server.utils.IpAddressUtil;
 import thyyxxk.wxservice_server.utils.ResultVoUtil;