1,// 邮费方式 'type' => 1,//抽奖规则 'lucky_number' => 1,//抽奖次数 'probability_points' => 0,//积分 'bg_color' => '#6d0505',//背景颜色 'use_point' => '1',//使用积分 ]; // 保存设置 $res = Yii::$app->services->setting->addons->set($mall_id, $addons_name, $config); if ($res == false) throw new Exception('基础设置保存失败'); return true; } }