{
"from": "string",
"payType": "string",
"price": 0,
"rechar_id": 0
}curl --location --request POST '/api/front/recharge/routine' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"payType": "string",
"price": 0,
"rechar_id": 0
}'{
"code": 0,
"data": {},
"message": "string"
}