curl --location --request GET '/adminapi/setting.user.user/getWithdrawConfig' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"withdraw_way": [
1
],
"transfer_way": 1,
"withdraw_min_money": 0,
"withdraw_max_money": 100,
"withdraw_service_charge": 10
}
}