{
"appId": "{{appid}}",
"wxids": [
"wxid_9z0vy3t9z90x22"
]
}curl --location 'https://wx.chuapi.com/finder/v2/api/contacts/getDetailInfo' \
--header 'X-finder-TOKEN: ' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjAxNmM2ZDQ5LWIxNWMtNGRjMy05YzQzLWZmYzZmNDhhMTg3MyJ9.1JWq9ntjam20_XDlSbklWTxbV-vg-F_dY1LYVX05BndRAuaJbv3iSwoDY-BuMwe1sdKxDXtDTMWJgXNMff4nOg' \
--header 'Content-Type: application/json' \
--data '{
"appId": "{{appid}}",
"wxids": [
"wxid_9z0vy3t9z90x22"
]
}'{
"ret": 200,
"msg": "获取联系人信息成功",
"data": [
{
"userName": "wxid_br88xhuif7k322",
"nickName": "雨雨",
"pyInitial": "YY",
"quanPin": "yuyu",
"sex": 0,
"remark": null,
"remarkPyInitial": null,
"remarkQuanPin": null,
"signature": null,
"alias": null,
"snsBgImg": null,
"country": null,
"bigHeadImgUrl": null,
"smallHeadImgUrl": null,
"description": null,
"cardImgUrl": null,
"labelList": null,
"province": null,
"city": null,
"phoneNumList": [
"\n\u000b15051822607"
]
}
]
}