{
"addTimeRange": [
"2019-08-24T14:15:22.123Z"
],
"roomId": "string",
"noCache": true
}curl --location --request POST '调用域名请咨询客服/api/openapi/room/v1/room/list' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"addTimeRange": [
"2019-08-24T14:15:22.123Z"
],
"roomId": "string",
"noCache": true
}'{
"statusCode": 0,
"data": {
"roomList": [
{
"roomId": "string",
"roomTitle": "string",
"roomAlias": "string",
"state": 0,
"cover": "string",
"addTime": "2019-08-24T14:15:22.123Z",
"firstNormalSessionTime": "2019-08-24T14:15:22.123Z",
"roomCategoryId": "string",
"roomCategoryName": "string"
}
]
},
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": 0
}