{
"method": "/contact/getWxContactList",
"params": {
"guid": "",
"currentSeq": 0,
"limit": 1,
"bizType": 1
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/getWxContactList",
"params": {
"guid": "",
"currentSeq": 0,
"limit": 1,
"bizType": 1
}
}'{
"code": 0,
"data": {
"currentSeq": 0,
"contactCount": 0,
"hasMore": true,
"contactList": [
{
"acctid": "string",
"addTime": 0,
"alias": "string",
"avatarUrl": "string",
"contactType": 0,
"corpFullName": "string",
"corpId": "string",
"corpName": "string",
"desc": "string",
"gender": 0,
"groupId": "string",
"internationCode": "string",
"itemFlag": 0,
"job": "string",
"labelList": [
{
"businessType": 0,
"corpOrVid": 0,
"labelGroupId": 0,
"labelId": 0
}
],
"unionid": "string",
"applyReason": "string",
"addCustomerTime": 0,
"companyRemark": "string",
"mobileRemark": [
"string"
],
"mobile": "string",
"nickname": "string",
"position": "string",
"realName": "string",
"remark": "string",
"sourceInfo": {
"addSource": 0,
"applyMode": 0,
"opUserId": 0,
"sourceRoomId": 0
},
"userId": "string",
"seq": 0,
"createSeq": 0
}
]
},
"msg": "string"
}