{
"orderId": "string",
"orderNo": "string",
"orderTime": "yyyy-MM-dd HH:mm:ss",
"orderAmount": 0,
"taxFee": 0,
"discountAmount": 0,
"logisticsFee": 0,
"customerInfo": {
"userId": "string",
"customerId": "string",
"name": "string",
"email": "string",
"mobile": "string",
"birthDate": "yyyy-MM-dd",
"country": "string",
"billCountry": "string",
"billState": "string",
"billCity": "string",
"billAddress1": "string",
"billAddress2": "string",
"billStreetNumber": "string",
"billPostCode": "string"
},
"goodsInfo": [
{
"userId": "string",
"recordeId": "string",
"goodsId": "string",
"goodsName": "string",
"goodsDesc": "string",
"shopUrl": "string",
"unitPrice": 0,
"goodsImage": [
{
"fileId": "string",
"fileName": "string",
"fileUrl": "string"
}
]
}
]
}