zhaoyang 1 vuosi sitten
vanhempi
commit
daecccc316
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      app/Console/Kernel.php

+ 3 - 0
app/Console/Kernel.php

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