-
All checks were successful
Deploy to Production / deploy (push) Successful in 22s

This commit is contained in:
珂珂 2024-11-16 17:41:05 +08:00
parent 1a29ed23d9
commit 7b78c9328e

View File

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