init
All checks were successful
Deploy to Production / deploy (push) Successful in 13s

This commit is contained in:
珂珂 2024-11-15 17:18:20 +08:00
parent fa461d00c3
commit 174ea8d0e6

View File

@ -98,7 +98,7 @@ public function action_push2contact()
foreach ($sendList as $contactId => $items) { foreach ($sendList as $contactId => $items) {
$contact = $contacts->firstWhere('id', $contactId); $contact = $contacts->firstWhere('id', $contactId);
$this->info("发送试驾数据给联系人 {$contact->id} 总数 " . count($items)); $this->info("发送试驾数据给联系人 {$contact->id} 总数 " . count($items));
$contact->notify(new TestdirveNotification($items)); // $contact->notify(new TestdirveNotification($items));
} }
return Command::SUCCESS; return Command::SUCCESS;
} }