Authorization: Bearer ********************
{}
curl --location --request GET 'http://47.93.16.76:8080/app/user/api/v1/goods/cart/list?pageNum=1&pageSize=10' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"msg": "操作成功",
"code": 200,
"data": {
"cartTotal": {
"goodsCount": 2,
"checkedGoodsCount": 2,
"goodsAmount": 4000,
"checkedGoodsAmount": 4000
},
"cartList": [
{
"createBy": null,
"createTime": "2023-11-24 16:29:04",
"updateBy": null,
"updateTime": null,
"remark": null,
"id": 3,
"userId": 1,
"goodsId": 1,
"goodsCode": "515091408151908352",
"goodsName": "母亲节礼物-舒适安睡组合",
"productId": 11,
"goodsPrice": 2000,
"goodsNum": 2,
"specifications": "[\"1.8m床垫*1+枕头*2\",\"玛瑙红\"]",
"checked": "1",
"imgUrl": "quality=90&thumbnail=200x200&imageView",
"cartStatus": "0"
}
]
}
}