外部联系人分页 获取用户 userid,并将联系人数据缓存至本地,再根据 userid 查询详情。curl --location 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/batchGetUserinfo",
"params": {
"guid": "",
"userIdList": [
"168*****5548"
]
}
}'{
"code": 0,
"data": {
"contactList": [
{
"acctid": "ston**********s",
"alias": "6ZKx6**********Kx",
"avatarUrl": "",
"corpId": "197032**********",
"gender": 2,
"groupId": "225180**********",
"internationCode": "86",
"mobile": "1760**********",
"nickname": "5byg**********",
"realName": "5byg**********",
"userId": "16888**********"
}
]
},
"msg": "成功"
}