处理问题

This commit is contained in:
wenc000 2020-10-29 18:44:22 +08:00
parent 5fd3a080cc
commit 06308f909f

View File

@ -163,9 +163,11 @@ public class DingDingMsgServiceImpl extends BaseService implements IDingDingMsgS
LOG.debug("DingDing result: {}", result);
if (result == null) {
LOG.error("认证失败");
return;
}
if (result.isEmpty()) {
LOG.error("发送钉钉消息失败");
return;
}
}
}