{
"code": 0,
"message": "string",
"data": {
"order": {
"id": 0,
"orderNo": "string",
"accountId": 0,
"planId": 0,
"planName": "string",
"durationDays": 0,
"amount": 0,
"payStatus": "string",
"prepayId": "string",
"transactionId": "string",
"paidAt": "string",
"effectiveStart": "string",
"effectiveEnd": "string",
"createdAt": "string"
},
"buyer": {
"accountId": 0,
"accountNo": "string",
"name": "string",
"phone": "string"
},
"notifyLogs": [
{
"id": 0,
"transactionId": "string",
"orderNo": "string",
"eventType": "string",
"rawBody": "string",
"verifyOk": 0,
"processResult": "string",
"createdAt": "string"
}
],
"refunds": [
{
"id": 0,
"refundNo": "string",
"orderNo": "string",
"transactionId": "string",
"refundId": "string",
"amount": 0,
"reason": "string",
"status": "string",
"operatorAccountId": 0,
"successAt": "string",
"createdAt": "string"
}
]
}
}