{
"is_open": 0,
"condition": 0,
"auto_audit": 0,
"level": 0,
"first_ratio": 0,
"second_ratio": 0
}curl --location --request POST 'adminapi/distribution.config/setConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_open": 0,
"condition": 0,
"auto_audit": 0,
"level": 0,
"first_ratio": 0,
"second_ratio": 0
}'{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}