{
"goods_need_audit": 1,
"goods_category_select_limit": 3
}
curl --location --request POST '/adminapi/system/config/editGoodsRules' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods_need_audit": 1,
"goods_category_select_limit": 3
}'
{
"code": 200,
"msg": "操作成功"
}