文档
测试

剩余房间基本信息

GET
hotelroom

接口描述

给后端传酒店id 后端通过id响应该酒店关于房间的信息

请求参数

参数名
类型
描述
必填
hotel_id
number/string
酒店id
必填

响应参数

参数名
类型
描述
必填
hotel_id
number/string
酒店id
必填
hotel_name
string
酒店名称
必填
hotel_roomcard
number/string
房间号
必填
room_type
string
房间类型
必填
room_price
number/string
价格
必填
hotel_floor
number/string
楼层
必填
hotel_out
date/string
上次退房时间
必填
room_describe
string
详细描述
必填
hotelroom_total
number/string
显示信息条数
必填

说明 / 示例

``` "hotelroom":{ "Message":[ { "hotel_id":"01001", "hotel_name":"火连天大酒店", "hotel_roomcard":"5-13", "room_type":"单间", "room_price":"150", "hotel_floor":"5", "hotel_out":"2020-01-15 13:12:05", "room_describe":"采光好" }, { "hotel_id":"01002", "hotel_name":"飞天大酒店", "hotel_roomcard":"4-12", "room_type":"豪华套间", "room_price":"450", "hotel_floor":"4", "hotel_out":"2020-06-15 13:12:05", "room_describe":"采光好,通风好,大床房" } ], "hotelroom_total":5 } ```