소스 검색

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

root 3 년 전
부모
커밋
79eef1b14b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();