{
"guid": "string",
"page_buff": "string",
"limit": 0
}curl --location '/room/get_room_black_list' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"page_buff": "string",
"limit": 0
}'{
"error_code": 0,
"error_message": "string",
"data": {
"items": [
{}
],
"pageBuff": "string",
"sum": 0,
"isEnd": true
}
}