Selaa lähdekoodia

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

root 3 vuotta sitten
vanhempi
commit
79eef1b14b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();