Commit e3698d8a by 徐高华

删除好友事件

parent 0a00ac01
......@@ -1105,7 +1105,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
subscribeMessageDTO.setMsgBody(msgBody.toJSONString());
String msg = JSONObject.toJSONString(subscribeMessageDTO) ;
log.info("删除外部联系人事件={}",msg);
clientInstance.sendMessage("deleteQwExternalUserEvent",msg);
clientInstance.sendMessage("dealQywxExternalUserEvent",msg);
} 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