curl --location --request GET '/adminapi/distribution.withdraw/getConfig' \
--header 'token;'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"open": 1,
"type": [
1
],
"min_money": null,
"max_money": null,
"handling_fee": null,
"explain": null
}
}