{
"type": [
1
],
"min_money": 1,
"max_money": 2,
"handling_fee": 1,
"open": 1,
"explain": "说明"
}
curl --location --request POST '/adminapi/distribution.withdraw/setConfig' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": [
1
],
"min_money": 1,
"max_money": 2,
"handling_fee": 1,
"open": 1,
"explain": "说明"
}'
{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}