{
"out_order_no": "string"
}
curl --location --request POST '/withdraw/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"out_order_no": "string"
}'
{
"ret_code": "0000",
"ret_msg": "string",
"out_order_no": "string",
"order_no": "string",
"account_no": "string",
"amount": "string",
"currency": "string",
"target_amount": "string",
"target_currency": "string",
"branch_info": {
"branch_no": "string",
"branch_name": "string",
"branch_address": "string"
},
"order_status": "INIT",
"success_time": "string",
"fail_reason": "string"
}