curl --location --request POST '/api/recharge_quota' \ --header 'Authorization: KEYCODE b8afe998fd24d58c00a866b8cb872bb6' \ --data-urlencode 'username=123' \ --data-urlencode 'quota=1'
{"code":200,"msg":"充值成功"}