{
"method": "/contact/getWxWorkContactList",
"params": {
"guid": "{{guid}}",
"clientVersion": "",
"limit": 10
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/contact/getWxWorkContactList",
"params": {
"guid": "{{guid}}",
"clientVersion": "",
"limit": 10
}
}'{
"code": 0,
"data": {
"contactCount": 1,
"contactList": [
{
"partyId": "16888523**********",
"userId": "1688852**********"
}
],
"currentVersion": "6865**********644481_6943**********857_6_64269897897**********411_0_7198609256**********_0",
"hasMore": false
},
"msg": "成功"
}