请及时更新项目!
curl --location --request POST 'http://101.43.142.153/api/cart/update' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"count": 1,
"userId": 0,
"goodsId": 0
}'
{
"code": 0,
"message": "",
"data": {
"id": 0,
"count": 0,
"userId": 0,
"goodsId": 0
}
}