curl --location --request GET 'https://chat.jijyun.cn/v1/api/ai/marketing/contacts/list?apiKey¤t=0&pageSize=20&wxid&includeStranger'
{
"Code": 2000,
"Data": {
"code": 0,
"data": [
{
"alias": "",
"avatarUrl": "",
"botInfo": {
"nickName": "",
"weixin": "",
"wxid": ""
},
"chatId": "",
"city": null,
"contactType": 3,
"coworker": false,
"deleted": false,
"externalUserId": "",
"friendshipStatus": 3,
"gender": 1,
"labels": [],
"newFriendTimestamp": 1722327024000,
"nickName": "",
"province": null,
"tags": [],
"weixin": "",
"wxid": ""
}
],
"page": {
"current": 1,
"total": 268
}
},
"Msg": "成功"
}