curl --location --request POST '/adminapi/distribution.withdraw/setConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--form 'open="1"' \
--form 'type="1"' \
--form 'min_money="1"' \
--form 'max_money="100"' \
--form 'handling_fee="5"' \
--form 'explain="提现说明"'{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}