diff --git a/packages/bydauto/src/Commands/BYDAutoCommand.php b/packages/bydauto/src/Commands/BYDAutoCommand.php index 44d1ed0..d6a52fb 100644 --- a/packages/bydauto/src/Commands/BYDAutoCommand.php +++ b/packages/bydauto/src/Commands/BYDAutoCommand.php @@ -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;