{
"appId": "string",
"wxids": [
"string"
]
}curl --location 'https://api.wekeapi.com/api/v1/contact/getDetailInfo' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data '{
"appId": "string",
"wxids": [
"string"
]
}'{
"code": 0,
"data": [
{
"alias": "wekeapi",
"chatroomMemberList": [
{
"nickName": "weke",
"wxid": "wxid_9whjih398kqp22"
}
],
"city": "string",
"country": "string",
"hasWeiXinHdHeadImg": 0,
"headImgBig": "string",
"headImgSmall": "string",
"labelList": "string",
"nickName": "weke",
"nickNameJianPin": "weke",
"nickNameQuanPin": "weke",
"province": "string",
"remark": "string",
"remarkJianPin": "string",
"remarkQuanPin": "string",
"sex": 1,
"signature": "string",
"wxid": "wxid_9whjih398kqp22"
}
],
"message": "OK"
}