curl --location --request GET 'http://www.likeadmin.localhost/api/recharge/config' \
--header 'token: {{token}}'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"status": 0,
"min_amount": 0,
"user_money": "string"
}
}