-
Notifications
You must be signed in to change notification settings - Fork 0
cart_list
MMyungji edited this page Oct 31, 2018
·
1 revision
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | /cart | 장바구니 리스트 가져오기 |
api/cart
{
"message": "success",
"result": [
{
"check": true,
"cart_idx": "5bd9910620d1373b50dda007",
"product_idx": "5bd5795f7a6d0c13be825493",
"product_name": "[커플&주문제작] 세상에 단 하나뿐인 레터링 커플티",
"product_img": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540716890007.png",
"product_price": 25900,
"product_count": 2
},
{
"check": true,
"cart_idx": "5bd98fce20d1373b50dda006",
"product_idx": "5bd57cb17a6d0c13be825499",
"product_name": "[서울] 레이첼 야마가타 내한공연",
"product_img": "https://project-wemakeprice.s3.ap-northeast-2.amazonaws.com/1540717741454.png",
"product_price": 99000,
"product_count": 15
}
]
}
{
"message": "get cart fail"
}