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