|
@@ -47,12 +47,12 @@ public class MessageServiceImpl implements MessageService {
|
|
|
log.info("pushWeComMessage res={}", res);
|
|
|
Integer code = res.getInteger("errcode");
|
|
|
if (code != 0) {
|
|
|
- LarkRobotUtil.sendMessage("pushWeComMessage error" + "res:" + res.toJSONString() + "jsonObject:" + jsonObject.toJSONString());
|
|
|
+ LarkRobotUtil.sendMessage("pushWeComMessage error" + "res:" + res.toJSONString());
|
|
|
}
|
|
|
return code == 0;
|
|
|
} catch (IOException e) {
|
|
|
+ LarkRobotUtil.sendMessage("pushWeComMessage error" + e.getMessage());
|
|
|
log.error("pushWeComMessage error", e);
|
|
|
- LarkRobotUtil.sendMessage("pushWeComMessage error" + "jsonObject:" + jsonObject.toJSONString() + "Exception:" + e);
|
|
|
}
|
|
|
return false;
|
|
|
}
|