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

    {
        "check_in": "2026-06-11",
        "check_out": "2026-06-13",
        "created_at": "2026-05-28T10:30:00Z",
        "currency": "CNY",
        "expires_at": "2026-05-28T10:45:00Z",
        "external_user_id": "string",
        "hotel_name": "杭州西湖希尔顿酒店",
        "nights": 2,
        "order_no": "RCA20260528001234567890",
        "out_trade_no": "MERCHANT_20260528_001",
        "pay_mode": "string",
        "room_count": 1,
        "room_name": "豪华大床房",
        "status": "pending_payment",
        "total_amount": 1360
    }
    Built with