{
"orderId": "string",
"orderNo": "string",
"orderTime": "yyyy-MM-dd HH:mm:ss",
"orderAmount": 0,
"taxFee": 0,
"discountAmount": 0,
"logisticsFee": 0,
"customerInfo": {
"name": "string",
"email": "string",
"country": "string"
},
"goodsInfo": [
{
"goodsName": "string",
"unitPrice": 0,
"quantity": 0
}
]
}