Commit dfcde27e by 墨竹

feat:增加日志

parent 4180c96c
...@@ -498,6 +498,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService { ...@@ -498,6 +498,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
jsonObject.put("needDelTags", StringUtils.join(needDelTags, ",")); jsonObject.put("needDelTags", StringUtils.join(needDelTags, ","));
GicMQClient clientInstance = GICMQClientUtil.getClientInstance(); GicMQClient clientInstance = GICMQClientUtil.getClientInstance();
try { try {
logger.info("qywxMarkTagMq 该用户打标签:{}",jsonObject.toJSONString());
clientInstance.sendMessage("qywxMarkTagMq", jsonObject.toJSONString()); clientInstance.sendMessage("qywxMarkTagMq", jsonObject.toJSONString());
} catch (Exception e) { } catch (Exception e) {
logger.info("企微标签同步qywxMarkTagMq发送失败:{}", e.getMessage(), e); logger.info("企微标签同步qywxMarkTagMq发送失败:{}", e.getMessage(), e);
......
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