Procházet zdrojové kódy

Merge branch 'master' of wd:wangdu/wangdu_wechat into stabble

root před 3 roky
rodič
revize
79eef1b14b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -70,7 +70,7 @@ class Kernel extends ConsoleKernel
         $schedule->command('Wechat:GdtAdReport --type=order')->everyFiveMinutes();
         $schedule->command('Wechat:GdtAdReport --type=register')->everyFiveMinutes();
         //补传
-        $schedule->command('Wechat:RepeatReport')->everyFiveMinutes();
+        $schedule->command('Wechat:RepeatReport')->everyMinute();
 
         //$schedule->command('Wechat:ReportRetry')->hourly();