Authorization: Bearer ********************{
"userId": 1848350186856493057,
"goodsId": 1849731238974717954,
"num": 50,
"imgUrl": "https://via.placeholder.com/400x400/a2f6ba/f68791.gif",
"goodsName": "git"
}curl --location --request PUT 'localhost:8080/market/cart' \
--header 'clientid;' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1848350186856493057,
"goodsId": 1849731238974717954,
"num": 50,
"imgUrl": "https://via.placeholder.com/400x400/a2f6ba/f68791.gif",
"goodsName": "git"
}'{
"code": 200,
"msg": "操作成功",
"data": null
}