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