jianjun 3 years ago
parent
commit
22b602d44d
  1. 2
      epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/aspect/ApplicationReadyEventListener.java

2
epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/aspect/ApplicationReadyEventListener.java

@ -78,7 +78,7 @@ public class ApplicationReadyEventListener implements ApplicationListener<Applic
OapiRobotSendResponse execute = client.execute(request); OapiRobotSendResponse execute = client.execute(request);
logger.info("=====通知结果===>" + JSON.toJSONString(execute)); logger.info("=====通知结果===>" + JSON.toJSONString(execute));
} catch (ApiException e) { } catch (ApiException e) {
logger.error("sendDingMarkDownMsg exception", e); logger.warn("sendDingMarkDownMsg exception", e);
} }
} }

Loading…
Cancel
Save