{
"orderInfo": {
"orderNo": "string",
"orderStatus": 0,
"createTime": "string",
"orgProductMoney": 0,
"saleProductMoney": 0,
"receiveProductMoney": 0,
"payMoney": 0,
"refundMoney": 0,
"isLock": 0,
"couponInfo": [
{
"id": 0,
"couponBatchId": 0,
"couponBatchName": "string",
"couponMoney": "string",
"couponType": 0,
"refundTime": "string",
"status": 0
}
]
},
"userAddress": {
"name": "string",
"mobile": "string",
"province": "string",
"provinceCode": "string",
"city": "string",
"cityCode": "string",
"area": "string",
"areaCode": "string",
"address": "string"
},
"packageItems": [
{
"logisticCode": "string",
"logisticName": "string",
"logisticLastInfo": "string",
"sendTime": "string",
"products": [
{
"productID": "string",
"category": {
"categoryID": "string",
"categoryName": "string"
},
"saleAvailable": true,
"locale": "string",
"name": "string",
"departureList": [
{
"locationID": "string",
"type": "string",
"name": "string"
}
],
"marketPrice": "string",
"salePrice": "string",
"marketPriceCurrency": "string",
"deductPrice": "string",
"business": "string"
}
]
}
]
}