info('启动支付订单状态更新循环任务...'); Log::error('启动支付订单状态更新循环任务...'.now()); // 首次启动任务 PaymentJob::dispatch()->delay(now()->addSeconds(10)); $this->info('任务已启动,将在支付订单状态更新后首次执行'); return Command::SUCCESS; } }