src/main/java/com/whyc/aop/CustomExceptionResultHandler.java
@@ -37,7 +37,7 @@ } else { logService.record(OperationLogEnum.TYPE_1_SYS.getType(),OperationLogEnum.TYPE_2_EXCEPTION.getType(),"接口调用异常", "接口调用异常:调用接口" + requestURI + "发生错误:" + exceptionStr); } return new Response().set(0, "接口请求异常,请联系软件人员进行处理.异常信息" + exceptionStr); return new Response().set(0, false,"接口请求失败" ); }