Authorization: Bearer ********************curl --location --request GET 'localhost:8080/market/cart/list' \
--header 'clientid;' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "操作成功",
"data": [
{
"goodsId": "1850384630856298497",
"num": 5,
"imgUrl": "1850384177791864833", // 货币类型-字典
"goodsName": "这是衣服",
"price": 1,
"currencyType": "0" // 货币类型-字典
},
{
"goodsId": "1851578412775792642",
"num": 10,
"imgUrl": "1851578352046465025,1851578401384062978",
"goodsName": "testGoods",
"price": 2,
"currencyType": "1"
}
]
}