{
"guid": "string",
"room_list": [
"string"
]
}curl --location '/room/batch_get_room_detail' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"room_list": [
"string"
]
}'{
"error_code": 0,
"error_message": "string",
"data": {
"room_infos": "string"
}
}