{
"cityId": "string",
"tenantId": 0
}curl --location --request POST '/api/hotel/callCenter/hotelFilterOptions' \
--header 'Content-Type: application/json' \
--data-raw '{
"cityId": "string",
"tenantId": 0
}'{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"distance": [
{
"label": "",
"value": ""
}
],
"locationInfo": [
{
"groupName": "",
"type": "",
"options": [
{
"source": "",
"label": "",
"subTitle": "",
"value": ""
}
]
}
],
"optionInfo": [
{
"groupName": "",
"type": "",
"options": [
{
"source": "",
"label": "",
"subTitle": "",
"value": ""
}
]
}
],
"priceRange": [
{
"key": "",
"min": "",
"max": ""
}
],
"starRange": [
{
"key": "",
"value": ""
}
],
"sortRange": [
{
"key": "",
"value": ""
}
]
}
}