处理问题
This commit is contained in:
parent
5fd3a080cc
commit
06308f909f
@ -163,9 +163,11 @@ public class DingDingMsgServiceImpl extends BaseService implements IDingDingMsgS
|
|||||||
LOG.debug("DingDing result: {}", result);
|
LOG.debug("DingDing result: {}", result);
|
||||||
if (result == null) {
|
if (result == null) {
|
||||||
LOG.error("认证失败");
|
LOG.error("认证失败");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (result.isEmpty()) {
|
if (result.isEmpty()) {
|
||||||
LOG.error("发送钉钉消息失败");
|
LOG.error("发送钉钉消息失败");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user