作者 Your Name
@@ -164,6 +164,8 @@ class WebTrafficSpecial extends Command @@ -164,6 +164,8 @@ class WebTrafficSpecial extends Command
164 */ 164 */
165 public function handle() 165 public function handle()
166 { 166 {
  167 + Log::channel('traffic')->info('开始运行特殊引流' );
  168 +
167 try { 169 try {
168 $this->sleep(); 170 $this->sleep();
169 171
@@ -156,7 +156,7 @@ class ProjectLogic extends BaseLogic @@ -156,7 +156,7 @@ class ProjectLogic extends BaseLogic
156 $this->saveProjectDeployOptimize($this->param['deploy_optimize']); 156 $this->saveProjectDeployOptimize($this->param['deploy_optimize']);
157 //保存售后信息 157 //保存售后信息
158 $this->saveProjectAfter($this->param['project_after']); 158 $this->saveProjectAfter($this->param['project_after']);
159 - $this->saveMinorLanguages($this->param['minor_language'] ?? []); 159 + $this->saveMinorLanguages($this->param['deploy_optimize']['minor_language'] ?? []);
160 $this->syncImageFile($this->param['project_location'],$this->param['id']); 160 $this->syncImageFile($this->param['project_location'],$this->param['id']);
161 (new SyncService())->projectAcceptAddress($this->param['id']); 161 (new SyncService())->projectAcceptAddress($this->param['id']);
162 } 162 }