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