Commit 49d31a48 by 徐高华

Merge branch 'feature-积分商城迁移' into 'master'

删除好友事件

See merge request !1363
parents 00b64dae b22111eb
......@@ -1122,7 +1122,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