作者 赵彬吉

update

@@ -43,7 +43,7 @@ class Kernel extends ConsoleKernel @@ -43,7 +43,7 @@ class Kernel extends ConsoleKernel
43 $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1); 43 $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1);
44 44
45 // $schedule->command('ai_blog_auto_publish auto_open')->everyMinute()->withoutOverlapping(1); 45 // $schedule->command('ai_blog_auto_publish auto_open')->everyMinute()->withoutOverlapping(1);
46 - $schedule->command('ai_blog_auto_publish auto_publish')->dailyAt('07:00')->withoutOverlapping(1); 46 +// $schedule->command('ai_blog_auto_publish auto_publish')->dailyAt('07:00')->withoutOverlapping(1);
47 } 47 }
48 48
49 /** 49 /**