curl --location --request POST 'http://mp.xipuduo.com/index.php/Retail/MerchantConfig/setDistributionConfig_v4' \
--form 'agent_position="2"' \
--form 'boss_position="1"' \
--form 'level_reward="100"' \
--form 'push_reward="100"' \
--form 'order_ratio="0.2"' \
--form 'level_reward_type="1"' \
--form 'push_reward_type="1"' \
--form 'order_reward_type="1"' \
--form 'merchant_id="1"'{
"status": 1,
"message": "配置成功",
"data": []
}