curl --location 'http://manager.wecomapi.com/wecom/finder/api' \
--header 'WECOM-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/getWxWorkContactList",
"params": {
"guid": "",
"clientVersion": "{{clientVersion}}",
"limit": 100
}
}'{
"code": 0,
"msg": "成功",
"data": {
"contactCount": 4,
"contactList": [
{
"partyId": "1688856818749598",
"userId": "0"
},
{
"partyId": "16885778721701",
"userId": "168885778221696"
},
{
"partyId": "16885778721701",
"userId": "0"
},
{
"partyId": "16885681849598",
"userId": "16885681879596"
}
],
"currentVersion": "1759125951",
"hasMore": false
}
}