curl --location --request GET 'https://hudson-dev.localhome.cn/openapi/hotel/detail?hotelIds=' \
--header 'Authorization: {{authorization}}' \
--header 'Timestamp: {{timestamp}}' \
--header 'PartnerId: 1758852059833961'{
"success": false,
"code": "",
"message": "",
"data": [
{
"hotelId": 0,
"name": "",
"nameCn": "",
"type": "",
"star": "",
"checkinBegin": "",
"checkinEnd": "",
"checkoutBegin": "",
"desc": "",
"breakfastPolicies": [
{
"condition": "",
"fee": ""
}
],
"facilities": [
""
],
"service": [
""
],
"images": [
{
"url": "",
"type": ""
}
],
"rooms": [
{
"roomId": 0,
"name": "",
"nameCn": "",
"roomBed": {
"relation": "",
"beds": [
{
"type": "",
"count": 0
}
]
},
"extraBed": false,
"maxOccupancy": 0,
"view": "",
"area": "",
"floor": 0,
"window": "",
"desc": "",
"facilities": [
""
],
"images": [
{
"url": "",
"type": ""
}
]
}
]
}
]
}