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