|
@ -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); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|