owned this note changed 5 years ago
Linked with GitHub

六間房間資訊

第一間房間資訊

  • 房型名稱:Single Room
  • 平日(一~四)價格:1380
  • 假日(五~日)價格:1500
  • 房型照片:照片一照片二照片三

第二間房間資訊

  • 房型名稱:Deluxe Single Room
  • 平日(一~四)價格:1890
  • 假日(五~日)價格:2000
  • 房型照片:照片一照片二照片三

第三間房間資訊

  • 房型名稱:Double Room
  • 平日(一~四)價格:2460
  • 假日(五~日)價格:2500
  • 房型照片:照片一照片二照片三

第四間房間資訊

  • 房型名稱:Deluxe Double Room
  • 平日(一~四)價格:2888
  • 假日(五~日)價格:3000
  • 房型照片:照片一照片二照片三

第五間房間資訊

第六間房間資訊

  • 房型名稱:Deluxe Twin Room
  • 平日(一~四)價格:3899
  • 假日(五~日)價格:4000
  • 房型照片:照片一照片二照片三

第一間房間詳細資訊 (方便設計單一房間內頁設計)

  • 房型名稱:Single Room
  • 平日(一~四)價格:1380
  • 假日(五~日)價格:1500
  • 房型照片:照片一照片二照片三
  • 房客人數限制: 1~1 人
  • 床型:單人床
  • 衛浴數量: 1 間
  • 房間大小: 18 平方公尺
  • 描述:Single Room is only reserved for one guest. There is a bedroom with a single size bed and a private bathroom. Everything you need prepared for you: sheets and blankets, towels, soap and shampoo, hairdryer are provided. In the room there is AC and of course WiFi.
  • 最早 checkIn 時間:15:00
  • 最晚 checkIn 時間:21:00
  • checkOut 時間:10:00
  • wifi:有
  • 早餐:有
  • Mini Bar:無
  • Room Service:無
  • 電話:有
  • 空調:有
  • 冰箱:有
  • 沙發:無
  • 漂亮的視野:無
  • 禁止吸煙:有
  • 適合兒童:無
  • 寵物攜帶:有

Q&A

可以看單一房間詳細資訊,提供給前端的 JSON 格式嗎?

可以,如下格式:

{
    "success": true,
    "room": [
        {
            "id": "3Elqe8kfMxdZv5xFLV4OUeN6jhmxIvQSTyj4eTgIowfIRvF4rerA2Nuegzc2Rgwu",
            "name": "Single Room",
            "imageUrl": [
                "https://images.unsplash.com/photo-1551776235-dde6d482980b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2134&q=80",
                "https://images.unsplash.com/photo-1526880792616-4217886b9dc2?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80",
                "https://images.unsplash.com/photo-1515511856280-7b23f68d2996?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1953&q=80"
            ],
            "normalDayPrice": 1380,
            "holidayPrice": 1500,
            "descriptionShort": {
                "GuestMin": 1,
                "GuestMax": 1,
                "Bed": [
                    "Single"
                ],
                "Private-Bath": 1,
                "Footage": 18
            },
            "description": "Single Room is only reserved for one guest. There is a bedroom with a single size bed and a private bathroom. Everything you need prepared for you: sheets and blankets, towels, soap and shampoo, hairdryer are provided. In the room there is AC and of course WiFi.",
            "checkInAndOut": {
                "checkInEarly": "15:00",
                "checkInLate": "19:00",
                "checkOut": "10:00"
            },
            "amenities": {
                "Wi-Fi": true,
                "Breakfast": true,
                "Mini-Bar": false,
                "Room-Service": false,
                "Television": true,
                "Air-Conditioner": true,
                "Refrigerator": true,
                "Sofa": false,
                "Great-View": false,
                "Smoke-Free": true,
                "Child-Friendly": false,
                "Pet-Friendly": true
            }
        }
    ],
    "booking": [
        {
            "name": "qq",
            "tel": "0955717839",
            "date": "2019-09-11"
        }
    ]
}
Select a repo