curl --location 'http://www.likeadmin.localhost/api/recharge/recharge' \ --header 'token: {{token}}' \ --form 'money="10"'
{ "code": 0, "show": 0, "msg": "string", "data": { "order_id": 0, "from": "string" } }