{
"terminal": 0,
"pay_way": 0,
"template_id": "string",
"money": "string"
}
curl --location --request POST '/api/recharge/recharge' \
--header 'Content-Type: application/json' \
--data-raw '{
"terminal": 0,
"pay_way": 0,
"template_id": "string",
"money": "string"
}'
{"code":1,"show":0,"msg":"","data":{"order_id":2,"from":"recharge"}}