curl --location --request GET '/finance/recharge/1/refund_edit' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoIjoiNjNlZTQ1MTkzOWVkNTgwZWYzYzRiNmYwMTA5ZDFmZDAiLCJpc3MiOiJ0ZXN0LXBybzMwLmNybWViLm5ldCIsImF1ZCI6InRlc3QtcHJvMzAuY3JtZWIubmV0IiwiaWF0IjoxNzQ0MjY4NTM1LCJuYmYiOjE3NDQyNjg1MzUsImV4cCI6MTc0NDg3MzMzNSwianRpIjp7ImlkIjo0LCJ0eXBlIjoiYXBpIn19.mis7oLg6dStBKpJ9K9LTbO1VSN7GBka13Vx9hKWsMIQ'
{
"status": 0,
"msg": "string",
"data": {
"rules": [
{
"type": "string",
"field": "string",
"value": "string",
"title": "string",
"props": {
"type": "string",
"placeholder": "string",
"disabled": true
},
"options": [
{
"label": "string",
"value": 0
}
]
}
],
"title": "string",
"action": "string",
"method": "string",
"info": "string",
"status": true
}
}