curl --location --request GET 'http://139.198.190.189:58080/app-api/trade/cart/list'{
"code": 0,
"data": {
"validList": [
{
"id": 1024,
"count": 1,
"selected": true,
"spu": {
"id": 1024,
"name": "芋道",
"picUrl": "https://www.iocoder.cn/xx.png"
},
"sku": {
"id": 1024,
"picUrl": "https://www.iocoder.cn/xx.png",
"price": 100,
"stock": 1,
"properties": [
100
]
}
}
],
"invalidList": [
{
"id": 1024,
"count": 1,
"selected": true,
"spu": {
"id": 1024,
"name": "芋道",
"picUrl": "https://www.iocoder.cn/xx.png"
},
"sku": {
"id": 1024,
"picUrl": "https://www.iocoder.cn/xx.png",
"price": 100,
"stock": 1,
"properties": [
100
]
}
}
]
},
"msg": "string"
}