龙虾开放平台(通用版)
    • 欢迎语
    • 快速开始
      • 接入流程
      • 公共请求头
      • 注意事项
      • 速率限制与配额策略
      • 鉴权说明
      • 错误码
    • 机票
      • 机票接口说明
      • 机场搜索
      • 创建机票订单
      • 机票验价
      • 机票查询列表
    • 酒店
      • 酒店接口说明
      • 酒店查询列表
      • 酒店房型详情
      • 创建酒店订单
    • 数据模型
      • 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.HotelSearchResponse

    {
        "hotels": [
            {
                "address": "浙江省杭州市西湖区北山街道",
                "brand_name": "希尔顿",
                "business_zone": "西湖景区",
                "city": "杭州",
                "currency": "CNY",
                "distance_km": 1.2,
                "district": "西湖区",
                "has_breakfast": true,
                "has_parking": true,
                "has_swimming_pool": true,
                "has_wifi": true,
                "hotel_id": "H10001",
                "hotel_name": "杭州西湖希尔顿酒店",
                "hotel_name_en": "Hilton Hangzhou West Lake",
                "latitude": 30.2594,
                "longitude": 120.1486,
                "main_picture": "https://cdn.example.com/hotel/H10001.jpg",
                "min_price": 800,
                "review_count": 1250,
                "review_score": 4.8,
                "scene_tags": [
                    "couple",
                    "family"
                ],
                "search_offer_id": "eyJhbGciOiJBMjU2R0NNIi...",
                "star_rating": 5,
                "star_tag": "豪华型"
            }
        ],
        "page_info": {
            "page": 1,
            "page_size": 10,
            "total": 128
        },
        "search_id": "a1b2c3d4-e5f6-7890",
        "total": 128
    }
    Built with