Commit b22111eb by 徐高华

删除好友事件

parent 28c21da9
......@@ -1097,7 +1097,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
JSONObject msgBody = new JSONObject();
msgBody.put("wxEnterpriseId", wxEnterpriseId);
msgBody.put("externalUserId", externalUserId);
clientInstance.sendMessage("dealQywxExternalUserEvent",msgBody.toJSONString());
clientInstance.sendMessage("deleteQwExternalUserEvent",msgBody.toJSONString());
log.info("删除外部联系人事件={}",msgBody.toJSONString());
} catch (Exception e) {
log.info("删除外部联系:{}", 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