command('app:vip-expired')->hourly(); // URL状态检测 Schedule::command('app:chk-link')->daily(); } /** * Register the commands for the application. */ protected function commands(): void { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }