{
"chatroomId": "44420751013@chatroom",
"memberWxids": [
"wxid_0xsqb3o0tsvz22",
"wxid_phyyedw9xap22"
]
}curl --location --request POST '/getGroupMemberDetail' \
--header 'AUTHORIZATION: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatroomId": "44420751013@chatroom",
"memberWxids": [
"wxid_0xsqb3o0tsvz22",
"wxid_phyyedw9xap22"
]
}'{
"ret": 0,
"msg": "string",
"data": [
{
"userName": "string",
"nickName": "string",
"pyInitial": null,
"quanPin": null,
"sex": 0,
"remark": null,
"remarkPyInitial": null,
"remarkQuanPin": null,
"chatRoomNotify": 0,
"signature": null,
"alias": null,
"snsBgImg": null,
"bigHeadImgUrl": "string",
"smallHeadImgUrl": "string",
"description": null,
"cardImgUrl": null,
"labelList": null,
"country": null,
"province": null,
"city": null,
"phoneNumList": null,
"friendUserName": null,
"inviterUserName": null,
"memberFlag": null
}
]
}