龙虾开放平台(通用版)
    • 欢迎语
    • 快速开始
      • 接入流程
      • 公共请求头
      • 注意事项
      • 速率限制与配额策略
      • 鉴权说明
      • 错误码
    • 机票
      • 机票接口说明
      • 机场搜索
      • 创建机票订单
      • 机票验价
      • 机票查询列表
    • 酒店
      • 酒店接口说明
      • 酒店查询列表
      • 酒店房型详情
      • 创建酒店订单
    • 数据模型
      • response.Response
      • schema.AirportSearchResponse
      • schema.FlightOrderCreateRequest
      • schema.FlightOrderCreateResponse
      • schema.FlightPricingRequest
      • schema.FlightPricingResponse
      • schema.FlightSearchResponse
      • schema.HotelOrderCreateRequest
      • schema.HotelOrderCreateResponse
      • schema.HotelRoomsRequest
      • schema.HotelRoomsResponse
      • schema.HotelSearchRequest
      • schema.HotelSearchResponse
      • schema.AirportItem
      • schema.ContactInfo
      • schema.InvoiceAddress
      • schema.PassengerInfo
      • schema.PassengerFareItem
      • schema.FlightItem
      • schema.GuestInfo
      • schema.RoomType
      • schema.HotelSearchFilters
      • schema.HotelItem
      • schema.PageInfo
      • schema.CabinFareItem
      • schema.RoomTypeProduct

    schema.HotelRoomsResponse

    {
        "check_in": "2026-06-11",
        "check_out": "2026-06-13",
        "hotel_id": "H10001",
        "hotel_name": "杭州西湖希尔顿酒店",
        "room_types": [
            {
                "area": 45,
                "bed_type": "big_bed",
                "facilities": [
                    "wifi",
                    "minibar",
                    "bathtub"
                ],
                "has_window": true,
                "max_occupancy": 2,
                "products": [
                    {
                        "cancel_policy": "不可取消",
                        "currency": "CNY",
                        "has_breakfast": false,
                        "offer_id": "eyJhbGciOiJBMjU2R0NNIi...",
                        "price": 680,
                        "product_id": "P001",
                        "product_name": "不可取消",
                        "refundable": false
                    }
                ],
                "room_name": "豪华大床房",
                "room_type_id": "RT001"
            }
        ]
    }
    Built with