DESKTOP-53URE31\USER 4 달 전
부모
커밋
263491891e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      internal/logic/Wxhook/get_friends_and_groups_logic.go

+ 1 - 1
internal/logic/Wxhook/get_friends_and_groups_logic.go

@@ -200,7 +200,7 @@ func (l *GetFriendsAndGroupsLogic) GetFriendsAndGroups(req *types.IDReq) (resp *
 	} else {
 		// 工作手机版本
 		var result GetWechatFriendListResp
-		res, err := reqv3.C().DevMode().R().SetSuccessResult(&result).Post("http://chat.gkscrm.com:13086/pc/GetWechatFriendList?cid=" + wxInfo.Port + "&wechatid=" + wxInfo.Wxid)
+		res, err := reqv3.C().DevMode().R().SetSuccessResult(&result).Post("http://chat.gkscrm.com:13086/pc/GetWechatFriendList?cid=" + wxInfo.ProcessID + "&wechatid=" + wxInfo.Wxid)
 		if err != nil {
 			return nil, err
 		}