字典值查询

pull/3/head
caolin 2023-08-13 00:50:27 +08:00
parent 773a323d84
commit 963d35a9a5
2 changed files with 0 additions and 7 deletions

View File

@ -46,10 +46,4 @@ public class GlobalExceptionHandler {
public BaseResponse<?> signatureException(SignatureException e) {
return BaseResponse.fail("E004", "token is invalid");
}
@ExceptionHandler(Exception.class)
public BaseResponse<?> exception(Exception e) {
e.printStackTrace();
return BaseResponse.fail(StatusEnum.FAIL.getCode(), null, null);
}
}

View File

@ -10,7 +10,6 @@ import com.aliyuncs.profile.DefaultProfile;
import com.aliyuncs.profile.IClientProfile;
import com.jwl.driver.server.constant.Constants;
import com.jwl.driver.server.exception.BusinessException;
import jdk.vm.ci.meta.Constant;
import lombok.Data;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;