curl --location --request GET 'http://139.198.190.189:58080/app-api/trade/order/settlement?items=&pointStatus=true&deliveryType=1'{
"code": 0,
"data": {
"type": 1,
"items": [
{
"skuId": 2048,
"count": 1,
"cartId": 1024
}
],
"price": {
"totalPrice": 500,
"discountPrice": 66,
"deliveryPrice": 50,
"couponPrice": 100,
"pointPrice": 50,
"vipPrice": 30,
"payPrice": 450
},
"address": {
"id": 1,
"name": "小王",
"mobile": "15601691300",
"areaId": 0,
"areaName": "上海上海市普陀区",
"detailAddress": "望京悠乐汇 A 座",
"defaultStatus": true
},
"usedPoint": 10,
"totalPoint": 10
},
"msg": "string"
}