{
"token": "string"
}curl --location '/api/qy/recharge/query' \
--header 'Content-Type: application/json' \
--data '{
"token": "string"
}'{
"code": 0,
"msg": "string",
"result": {
"matchStatus": 0,
"orders": [
{
"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
}
]
}
}