curl --location --request GET '/cart/getCartList'
{
"code": 9,
"message": "commodo mollit reprehenderit quis",
"data": [
{
"goodsId": 24,
"createTime": "1998-11-28 02:37:23",
"count": 9,
"blessing": "ex nulla deserunt",
"isChecked": 23,
"name": "精业往单",
"price": 96,
"updateTime": "2023-03-25 22:30:38",
"imageUrl": "http://dummyimage.com/400x400"
}
]
}