{
"orderNumber": "string"
}curl --location '/api/task/recharge/orderDetail' \
--header 'Content-Type: application/json' \
--data '{
"orderNumber": "string"
}'{
"code": 0,
"msg": "string",
"result": {
"accountLocation": "string",
"accountNum": "string",
"channelId": 0,
"channelName": "string",
"createTime": 0,
"expectedSettlementTime": 0,
"expirationTime": 0,
"extraInfo": "string",
"faceValue": 0,
"operatorType": 0,
"orderNumber": "string",
"orderStatus": 0,
"productId": 0,
"productName": "string",
"settlementAmount": 0,
"settlementStatus": 0,
"settlementTime": 0
}
}