-
Notifications
You must be signed in to change notification settings - Fork 0
Shops API
atsanan edited this page Feb 6, 2020
·
5 revisions
GET /api/v2/shop/{id:string}
แสดงแดงรายละเอียดของร้านค้าโดยใช้ id ดึงข้อมูล
{
"data": {
"_id": "5be00fbf9dc6d6596c516cb3",
"address": {
"chi1": null,
"chi2": null,
"eng": "Floor 1, 496 502 Phloen Chit Rd, Khwaeng Lumphini, Khet Pathum Wan, Krung Thep Maha Nakhon 10330",
"thai": "ชั้น 1 496 502 ถนนเพลินจิต แขวงลุมพินี เขตปทุมวัน กรุงเทพมหานคร 10330"
},
"created_at": "2018-11-05T09:39:11Z",
"filenameLogo1": "5d157bca022e5.jpg",
"isActive": true,
"isPromotionAvailable": true,
"isSponser": false,
"lastModified": "2019-07-11T06:20:10.803Z",
"location": {
"coordinates": [
100.54121867815,
13.744072605078
],
"type": "Point"
},
"mainTypes": [
"Eating"
],
"mallFloorId": "5bdff5ba9dc6d65968130cf2",
"mapReach": 5,
"monsterRating": 1,
"monstersCount": 10,
"order": 1,
"shopAssertId": "5bcf27c66a10e0dca4853dae",
"shopCategoryId": [
"5bc80050fe13591498001fa2"
],
"shopDetail": {
"chi1": "麦当劳",
"chi2": "麥當勞",
"eng": "Fast Food",
"thai": "ร้านอาหารฟาสฟู้ด"
},
"shopName": {
"chi1": "麦当劳",
"chi2": "麥當勞",
"eng": "McDonald's",
"thai": "แมคโดนัลด์"
},
"shopTel": "02 256 9010",
"shopUrl": "Website McDonald's,https://www.mcdonalds.co.th/",
"updated_at": "2019-07-08T08:40:06Z",
"workingTime": {
"chi1": null,
"chi2": null,
"eng": "Open 24 Hours",
"thai": "เปิดตลอด 24 ชั่วโมง"
}
},
"isSuccess": true
}
}| Field | Type | Description | Default |
|---|---|---|---|
| _id | ObjectId | id ของรายการชั้นในห้างนั้น | Auto Create |
| created_at | Datetime | วันที่บันทึกข้อมูล | Auto Create |
| filenameLogo1 | String | รูปภาพของห้างรูปที่ 1 จากการอัพโหลด path https://{domain}/media/images/{filenameLogo1} และ https://{domain}/media/thumbnail/{filenameLogo1} | |
| isActive | Boolean | สถานะการแสดงข้อมูล | false |
| isPromotionAvailable | Boolean | สถานะของร้านที่มีโปรโมชั่น | false |
| isSponser | Boolean | ร้านที่ได้รับการสนับสนุน | false |
| location | Location | ข้อมูลพิกัดที่ตั้งของร้าน | false |
| mainTypes | array String | ค่า MainType | |
| mallFloorId | ObjectId | id ของรายการชั้นในห้างนั้น | Auto |
| mapReach | Int | ค่า mapReach | |
| monsterRating | Int | เรทติ้งที่มีมอนเตอร์เข้ามาในร้าน | |
| order | Int | ลำดับในการเรียง | |
| shopAssertId | ObjectId | id ของ shopAssert | |
| shopCategoryId | Array ObjectId | id ของ shopCategory | |
| shopDetail | Object | รายละเอียดร้านค้า | "shopDetail": {"eng":"","thai":"","chi1":"","chi2":""} |
| shopName | ObjectId | ชื่อของร้านค้า | "shopName": {"eng":"","thai":"","chi1":"","chi2":""} |
| shopTel | String | เบอร์โทรร้าน | |
| shopUrl | ObjectId | เว็บไซต์ร้าน | |
| updated_at | Datetime | วันที่แก้ไขข้อมูล | Auto Update |
| workingTime | Object | เวลาเปิดทำการ |