uniacid = $uniacid; $this->business_id = $business_id; } /** * Execute the job. * * @return void */ public function handle() { \YunShop::app()->uniacid = $this->uniacid; Setting::$uniqueAccountId = $this->uniacid; \Log::debug('企业微信部门更新队列开始' . $this->business_id); $res = DepartmentService::refreshDepartment($this->business_id); $result = $res['result'] ? '成功' : '失败'; \Log::debug('企业微信部门更新队列' . $result . ':' . $res['msg']); } }