Commit 8eba552e by huangZW

111

parent 236cc33d
...@@ -151,7 +151,8 @@ public class StaffDepartmentRelatedApiServiceImpl implements StaffDepartmentRela ...@@ -151,7 +151,8 @@ public class StaffDepartmentRelatedApiServiceImpl implements StaffDepartmentRela
messageDTO.setTitle(title); messageDTO.setTitle(title);
messageDTO.setDescription(content); messageDTO.setDescription(content);
logger.info("发送参数为corpId============:{},suitId============:{},messageDTO============:{},",config.getCorpid(), config.getSuiteId(), JSONObject.toJSONString(messageDTO)); logger.info("发送参数为corpId============:{},suitId============:{},messageDTO============:{},",config.getCorpid(), config.getSuiteId(), JSONObject.toJSONString(messageDTO));
boolean b = qywxSuiteApiService.sendMessage(config.getCorpid(), config.getSuiteId(), messageDTO);
boolean b = qywxSuiteApiService.sendMessage("ww9ede832a84b7ae5f","ww2c34dc56739bb105", messageDTO);
logger.info("发送===============》{}",b); logger.info("发送===============》{}",b);
return b; return b;
} }
......
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