-
Notifications
You must be signed in to change notification settings - Fork 0
semiCategory
MMyungji edited this page Oct 26, 2018
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /semi/:semiCategory_idx | 세부기획전의 상품리스트 조회 |
없음
api/semi/5bd1beec5097b627bca0013c
{
"message": "success",
"result": [
{
"product_idx": "5bd1c4187e77ce3770ec38fa",
"product_name": "대학로 연극",
"product_price": 55000,
"product_img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540473879757.png"
},
{
"product_idx": "5bd1c4087e77ce3770ec38f9",
"product_name": "예술의전당 뮤지컬",
"product_price": 99000,
"product_img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540473864118.png"
},
{
"product_idx": "5bd1c3ee7e77ce3770ec38f8",
"product_name": "CGV 영화 티켓",
"product_price": 12900,
"product_img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540473836410.png"
}
]
}
{
"message": "get semiCategory fail"
}
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /semi/price/:semiCategory_idx | 세부기획전의 상품리스트 최저가 순으로 조회 |
없음
api/semi/price/5bd1beec5097b627bca0013c
{
"message": "success",
"result": [
{
"product_idx": "5bd1c3ee7e77ce3770ec38f8",
"product_name": "CGV 영화 티켓",
"product_price": 12900,
"product_img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540473836410.png"
},
{
"product_idx": "5bd1c4187e77ce3770ec38fa",
"product_name": "대학로 연극",
"product_price": 55000,
"product_img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540473879757.png"
},
{
"product_idx": "5bd1c4087e77ce3770ec38f9",
"product_name": "예술의전당 뮤지컬",
"product_price": 99000,
"product_img_url": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540473864118.png"
}
]
}
{
"message": "get semiCategory fail"
}