|
@@ -19,6 +19,9 @@ class Kernel extends ConsoleKernel
|
|
// $schedule->command('inspire')->hourly();
|
|
// $schedule->command('inspire')->hourly();
|
|
//每月24号执行创建表
|
|
//每月24号执行创建表
|
|
$schedule->command('create_track_table')->monthlyOn(24);
|
|
$schedule->command('create_track_table')->monthlyOn(24);
|
|
|
|
+
|
|
|
|
+ //短剧统计
|
|
|
|
+ $schedule->command('Stats:MiniprogramStats')->dailyAt('03:01');
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|