名称:房型列表

接口:/merchant/meeting/hotelRoomList

请求方式:post

参数名 类型 必填 说明 示例
hotel_id int Y 酒店id 18

说明

1.此方法需要登录

返回示例

{
    "code": 200,
    "message": "success",
    "result": [
        {
            "id": 1,
            "room_type": 1, //1大床房 2 标准房
            "room_num": 5, //房间数量
            "room_remark": "beizhuxinzi" ,//备注信息
              "start_time":1111111, //开始时间
                        "end_time":22222222 //结束时间
        },
        {
            "id": 2, 
            "room_type": 2, ////1大床房 2 标准房
            "room_num": 100,
            "room_remark": "beizhuxinzi"
        }
    ]
}

results matching ""

    No results matching ""