{
"skuId": "300283140",
"count": 100
}
curl --location --request POST 'http://pcapi-xiaotuxian-front-devtest.itheima.net/member/cart' \
--header 'Authorization: {{ERABBIT_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuId": "300283140",
"count": 100
}'
{
"code": "1",
"msg": "操作成功",
"result": {
"id": "4000277",
"skuId": "300283140",
"name": "21春季新品,宝宝舒适四季连体衣0-3岁",
"attrsText": "尺码:90cm(建议2-3岁) 颜色:字母波浪 ",
"specs": [],
"picture": "https://yanxuan-item.nosdn.127.net/6efe85e63ab1e09896e1c99a9fe09d9e.png",
"price": "79.00",
"nowPrice": "79.00",
"nowOriginalPrice": "79.00",
"selected": true,
"stock": 4654,
"count": 109,
"isEffective": true,
"discount": null,
"isCollect": false,
"postFee": 9
}
}