Commit 7190720b by 徐高华

test

parent 4802629a
...@@ -346,6 +346,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService { ...@@ -346,6 +346,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
sendResp = qywxSendService.sendChatMessage(wxEnterpriseId, staffId, sendResp = qywxSendService.sendChatMessage(wxEnterpriseId, staffId,
materialList,message); materialList,message);
} }
logger.info("sendResp={}",JSON.toJSONString(sendResp));
if (sendResp.isSuccess()) { if (sendResp.isSuccess()) {
String msgid = sendResp.getResult(); String msgid = sendResp.getResult();
ownerLog.setMsgid(msgid); ownerLog.setMsgid(msgid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment