正式环境:https://openapi.mafengwo.cn/deals/rest
action:sales.hotel.room.detail.get
参数名称 | 参数类型 | 必填 | 示例 | 描述 |
---|---|---|---|---|
hotel_id | int | 是 | 123456 | 马蜂窝酒店ID |
参数名称 | 参数类型 | 示例 | 描述 |
---|---|---|---|
zh_name | string | 北京大酒店 | 酒店中文名称 |
foreign_name | string | Golden Oasis Hotel | 酒店外语名称 |
address | string | 永外彭庄甲58号(近北京南站) | 酒店地址 |
built_time | int | 2007 | 建筑时间 |
renovation_time | int | 2015 | 重修时间 |
total_rooms | int | 154 | 房间数量(酒店规模) |
star | int | 3 | 星级 |
mdd_id | int | 10065 | 所在目的地ID |
mdd_name | string | 中国-北京 | 所在目的地 |
hotel_cid | int | 123456 | 酒店资源ID |
hotel_id | int | 12342 | 马蜂窝酒店ID |
cover_imgs | array | [] | 酒店外观图片 |
inner_imgs | array | [] | 酒店内景图片 |
room_imgs | array | [] | 酒店房间图片 |
description | string | 酒店是一座假日酒店 | 酒店介绍 |
check_in_from | time | 14:00 | 入住开始时间 |
check_in_to | time | 18:00 | 入住结束时间 |
check_out_to | time | 12:00 | 退房截止时间 |
main_facs_include | array | [] | 包含主要设施 |
common_service_include | array | [] | 包含通用设施 |
hotel_service_include | array | [] | 包含酒店服务 |
main_facs | array | [] | 可选主要设施 |
hotel_service | array | [] | 可选酒店服务 |
common_service | array | [] | 可选通用设施 |
room_list | array | [] | 酒店房型信息 |
{
"zh_name":"北京大酒店",
"foreign_name":"Golden Oasis Hotel",
"address":"永外彭庄甲58号(近北京南站)",
"built_time":"2007",
"renovation_time":"2015",
"total_rooms":"154",
"star":"3",
"mdd_id":"10065",
"mdd_name":"中国-北京",
"hotel_cid":"123456",
"hotel_id":"12342",
"cover_imgs":[
"https://n3-q.mafengw.jpeg"
],
"inner_imgs":[
"https://n3-q.mafengw.jpeg"
],
"room_imgs":[
"https://n3-q.mafengw.jpeg"
],
"description":"酒店是一座假日酒店",
"check_in_from":"14:00",
"check_in_to":"18:00",
"check_out_to":"12:00",
"main_facs_include":[
{
"tag_id":"12342",
"tag_name":"设施/服务名称"
}
],
"common_service_include":[
{
"tag_id":"23412",
"tag_name":"设施/服务名称"
}
],
"hotel_service_include":[
{
"tag_id":"12323",
"tag_name":"设施/服务名称"
}
],
"main_facs":[
{
"tag_id":"12342",
"tag_name":"免费无线上网"
}
],
"hotel_service":[
{
"tag_id":"12323",
"tag_name":"设施名称"
}
],
"common_service":[
{
"tag_id":"23412",
"tag_name":"设施名称"
}
],
"room_list":[
{
"room_cid":"12",
"zh_name":"精选套间",
"foreign_name":"Deluxe Suite",
"bed_type":"2张单人床",
"size":"20-40",
"imgs":[
"https://dev-df.jpeg"
],
"desc":"房型描述",
"bed_params":[
{
"bed_length":"2",
"bed_type":"1",
"bed_width":"1",
"quantity":"1"
}
],
"floor":"3-7",
"adult_max":"2",
"kid_max":"2",
"child_policy":{
"age":{
"min":"1",
"max":"2"
},
"height":{
"min":"120",
"max":"160"
}
},
"add_bed_type":"1",
"add_bed_desc":"加床说明",
"allow_smoking":"1",
"window":"1",
"bathroom":"1",
"reference_number":"11",
"network":[
{
"tag_id":"12342",
"tag_name":"免费无线上网"
}
],
"network_include":[
{
"tag_id":"12342",
"tag_name":"设施/服务名称"
}
],
"room_service":[
{
"tag_id":"12352",
"tag_name":"设施/服务名称"
}
],
"room_service_include":[
{
"tag_id":"12352",
"tag_name":"设施/服务名称"
}
],
"meal_facs":[
{
"tag_id":"12347",
"tag_name":"设施/服务名称"
}
],
"meal_facs_include":[
{
"tag_id":"12347",
"tag_name":"设施/服务名称"
}
],
"bathroom_facs":[
{
"tag_id":"34353",
"tag_name":"设施/服务名称"
}
],
"bathroom_facs_include":[
{
"tag_id":"34353",
"tag_name":"设施/服务名称"
}
],
"room_facs":[
{
"tag_id":"12134",
"tag_name":"设施/服务名称"
}
],
"room_facs_include":[
{
"tag_id":"12134",
"tag_name":"设施/服务名称"
}
],
"entertainment_facs":[
{
"tag_id":"34353",
"tag_name":"设施/服务名称"
}
],
"entertainment_facs_include":[
{
"tag_id":"34353",
"tag_name":"设施/服务名称"
}
],
"special":[
{
"tag_id":"12342",
"tag_name":"设施/服务名称"
}
],
"special_include":[
{
"tag_id":"12342",
"tag_name":"34235"
}
]
}
]
}
异常码 | 异常信息 |
---|---|
10110136 | 酒店资源不存在或不匹配 |
10110090 | 该酒店无房型信息 |
10110073 | 马蜂窝酒店未在商城注册 |
10110072 | 马蜂窝酒店不存在 |