Authorization: Bearer ********************{
"carts": [
{
"goodsId": 1850384630856298497,
"num": 1
},
{
"goodsId": 1851578412775792642,
"num": 1
}
]
}curl --location --request POST 'localhost:8080/market/cart/settle' \
--header 'clientid;' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"carts": [
{
"goodsId": 1850384630856298497,
"num": 1
},
{
"goodsId": 1851578412775792642,
"num": 1
}
]
}'{
"code": 200,
"msg": "操作成功",
"data": null
}