curl --location 'http://localhost:8085/api/chatroom/members/' \
--header 'Content-Type: application/json' \
--data '{
"members": [
"string"
]
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"member_count": 0,
"member_list": [
{
"city": "string",
"contact_type": 0,
"country": "string",
"gender": 0,
"nickname": {
"value": "string"
},
"nickname_jianpin": {
"value": "string"
},
"nickname_quanpin": {
"value": "string"
},
"personal_card": 0,
"province": "string",
"remark": {
"value": "string"
},
"remark_jianpin": {
"value": "string"
},
"remark_quanpin": {
"value": "string"
},
"signature": "string",
"status": 0,
"username": {
"value": "string"
},
"verify_flag": 0,
"verify_info": "string"
}
]
},
"message": "string"
}