Commit 47188c47 by 徐高华

Merge branch 'feature/自建应用验证' into 'master'

Feature/自建应用验证

See merge request !1231
parents 80a7e21d 7190720b
...@@ -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);
...@@ -363,7 +364,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService { ...@@ -363,7 +364,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
this.savePendTask(ownerLog, plan); this.savePendTask(ownerLog, plan);
} }
} catch (Exception e) { } catch (Exception e) {
logger.info("群群发任务异常,ownerLog={}", ownerLog.getOwnerLogId()); logger.info("群群发任务异常,ownerLog={},{}", ownerLog.getOwnerLogId(),e.getMessage());
} }
} }
} }
......
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