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