-
Notifications
You must be signed in to change notification settings - Fork 0
cart_create
MMyungji edited this page Oct 31, 2018
·
1 revision
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| POST | /cart | 장바구니에 상품 넣기 |
없음
{
"product_idx" : "프로젝트 인덱스 값(String)",
"count" : "상품개수(Number)"
}{
"product_idx" : "5bd57cb17a6d0c13be825499",
"count" : 2
}{
"message": "success"
}{
"message": "get product fail"
}{
"message": "fail"
}