{
"method": "/contact/getWxContactList",
"params": {
"guid": "{{guid}}",
"currentSeq": 0,
"limit": 1,
"bizType": 1
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/contact/getWxContactList",
"params": {
"guid": "{{guid}}",
"currentSeq": 0,
"limit": 1,
"bizType": 1
}
}'{
"code": 0,
"data": {
"currentSeq": 9221725,
"contactCount": 1,
"hasMore": false,
"contactList": [
{
"acctid": "",
"addTime": 1599479231,
"alias": "",
"avatarUrl": "http://wx.qlogo.cn/mmhead/x80nypPWjznPvh3CjIc9TKg**********ziaGeU/0",
"contactType": 2057,
"corpFullName": "",
"corpId": "197032**********",
"corpName": "",
"desc": "",
"gender": 2,
"groupId": "0",
"internationCode": "",
"itemFlag": 0,
"job": "",
"labelList": [
{
"businessType": 0,
"corpOrVid": 197032533394553,
"labelGroupId": 1407333337796584,
"labelId": 14333357796586
}
],
"unionid": "ozynFsaXJhjOSPHvxXaCWs",
"applyReason": "",
"addCustomerTime": 1723711412,
"companyRemark": "foo",
"mobileRemark": [
"+86-17602101010"
],
"mobile": "",
"nickname": "fasefFJDFdfdf==",
"position": "",
"realName": "",
"remark": "",
"sourceInfo": {
"addSource": 2,
"applyMode": 1,
"opUserId": 0,
"sourceRoomId": 0
},
"userId": "788130**********"
}
]
},
"msg": "成功"
}