hosts() ?: []) ? : 1; $this->queue = 'limit:'.($withdrawModel->member_id % (3 * $hostCount)); $this->withdrawModel = $withdrawModel; } public function handle() { $automateAuditService = new AutomateAuditService($this->withdrawModel); try { $automateAuditService->freeAudit(); } catch (\Exception $e) { \Log::debug('提现审核',[$e->getMessage()]); } } }