{
"id": 0,
"userId": 0,
"goodsId": 0,
"goodsSn": "string",
"goodsName": "string",
"productId": 0,
"price": 0,
"number": 0,
"specifications": [
"string"
],
"checked": true,
"picUrl": "string",
"remark": "string",
"createTime": "string",
"updateTime": "string",
"delFlag": true
}
curl --location --request PUT 'http://localhost:81/cart' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userId": 0,
"goodsId": 0,
"goodsSn": "string",
"goodsName": "string",
"productId": 0,
"price": 0,
"number": 0,
"specifications": [
"string"
],
"checked": true,
"picUrl": "string",
"remark": "string",
"createTime": "string",
"updateTime": "string",
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}