{
"skuId": "string",
"count": 0
}
curl --location --request POST '/member/cart' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuId": "string",
"count": 0
}'
{
"msg": "string",
"result": {
"skuId": "string",
"name": "string",
"attrsText": "string",
"picture": "string",
"price": "string",
"nowPrice": "string",
"selected": true,
"stock": 0,
"count": 0,
"discount": 0,
"isCollect": true,
"isEffective": true,
"id": "string"
}
}