|
@@ -194,7 +194,7 @@ class Kernel extends ConsoleKernel
|
|
|
$schedule->command('Pay:remind')->hourly();
|
|
|
|
|
|
//检查公众号模板
|
|
|
-// $schedule->command('CheckOfficialAccountTemplate')->dailyAt("04:25");
|
|
|
+ $schedule->command('CheckOfficialAccountTemplate')->dailyAt("04:25");
|
|
|
|
|
|
//订单相关
|
|
|
//生成渠道日统计
|
|
@@ -318,7 +318,7 @@ class Kernel extends ConsoleKernel
|
|
|
$schedule->command('sendOrder_book_uv_register_stat')->dailyAt('9:11');
|
|
|
|
|
|
//封号
|
|
|
- $schedule->command('check_official_account_forbidden_status')->dailyAt('7:03');
|
|
|
+// $schedule->command('check_official_account_forbidden_status')->dailyAt('7:03');
|
|
|
|
|
|
|
|
|
//阅读页面PV 和 UV 的记录
|