uniacid = $uniacid; $this->file = $file; } /** * Execute the job. * * @return void */ public function handle() { \Setting::$uniqueAccountId = \YunShop::app()->uniacid = $this->uniacid; $value = $this->value; try { $importUniacidService = new ImportUniacidService(); $importUniacidService->import($this->file); } catch (\Exception $e) { \Log::error('商品导入失败',$e->getMessage()); } } }