Authorization: Bearer ********************
{
"id":1,
"productId":11,
"goodsNum":2
}
curl --location --request POST 'http://47.93.16.76:8080/app/user/api/v1/edit/cart/goodsNums' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"productId":11,
"goodsNum":2
}'
{
"msg": "该规格商品库存不足,请选择其他规格或减少数量",
"code": 500
}