|
@@ -233,7 +233,7 @@ func (l *GetFriendsAndGroupsLogic) GetFriendsAndGroups(req *types.IDReq) (resp *
|
|
|
},
|
|
|
}
|
|
|
jsonStrChatroom, err := json.Marshal(dataChatroom)
|
|
|
- err = svcCtx.WechatWs["default"].SendMsg([]byte(jsonStrChatroom))
|
|
|
+ err = l.svcCtx.WechatWs["default"].SendMsg([]byte(jsonStrChatroom))
|
|
|
|
|
|
//hookClient = hook.NewHook("", "", "")
|
|
|
//wsUrl = "http://chat.gkscrm.com:13086/pc/GetWechatFriendList?cid=" + wxInfo.ProcessID + "&wechatid=" + wxInfo.Wxid
|