-
Notifications
You must be signed in to change notification settings - Fork 0
홈 오늘의 특가
milkyKim edited this page Dec 13, 2020
·
3 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /home/today | 오늘의 특가 |
{
"Content-Type": "application/json"
}
None
{
"success": true,
"message": "DB 조회 성공",
"data": [
{
"idx": 1,
"title": "안심 스테이크",
"product_img": "https://sopt-server-27.s3.ap-northeast-2.amazonaws.com/pockit/anshim.png",
"category": 0,
"price": 7900
},
{
"idx": 2,
"title": "춘천식 양념 닭갈비",
"product_img": "https://sopt-server-27.s3.ap-northeast-2.amazonaws.com/pockit/chunchun.png",
"category": 0,
"price": 6900
},
{
"idx": 3,
"title": "동경 규동",
"product_img": "https://sopt-server-27.s3.ap-northeast-2.amazonaws.com/pockit/gudong.png",
"category": 0,
"price": 7900
},
{
"idx": 4,
"title": "시칠리아 베이컨 파스타",
"product_img": "https://sopt-server-27.s3.ap-northeast-2.amazonaws.com/pockit/pasta2.png",
"category": 0,
"price": 10900
}
]
}