Skip to content

Commit

Permalink
Update BotDb_JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
kee236 authored Oct 12, 2024
1 parent a871507 commit cb38e2f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions BotDb_JSON/product.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"products": [
{
"id": "PRODUCT_02",
"name": "เซต 2 ขวด",
"price": 368,
"image": "URL_ของรูปภาพเซต_2_ขวด"
},
{
"id": "PRODUCT_03",
"name": "เซต 3 ขวด",
"price": 549,
"image": "URL_ของรูปภาพเซต_3_ขวด"
},
{
"id": "PRODUCT_06",
"name": "เซต 6 ขวด",
"price": 990,
"image": "URL_ของรูปภาพเซต_6_ขวด"
},
{
"id": "PRODUCT_12",
"name": "แบบ 1 ลัง (12 ขวด)",
"price": 1690,
"image": "URL_ของรูปภาพแบบ_1_ลัง"
}
]
}

0 comments on commit cb38e2f

Please sign in to comment.