{
"orderNumber": "string"
}curl --location '/api/qy/recharge/orderDetail' \
--header 'Content-Type: application/json' \
--data '{
"orderNumber": "string"
}'{
"code": 0,
"msg": "string",
"result": {
"accountNum": "string",
"accountType": 0,
"accountTypeName": "string",
"channelId": 0,
"channelName": "string",
"createTime": 0,
"expectedSettlementTime": 0,
"expirationTime": 0,
"goodsId": 0,
"goodsName": "string",
"orderNumber": "string",
"orderStatus": 0,
"productId": 0,
"productName": "string",
"productTypeId": 0,
"productTypeName": "string",
"settlementAmount": 0,
"settlementStatus": 0,
"settlementTime": 0
}
}