curl --location --request GET 'http://localhost:81/cart/list'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"userId": 0,
"goodsId": 0,
"goodsSn": "",
"goodsName": "",
"productId": 0,
"price": 0.0,
"number": 0,
"specifications": [
""
],
"checked": false,
"picUrl": "",
"remark": "",
"createTime": "",
"updateTime": "",
"maxNum": 0
}
]
}