|
@@ -156,6 +156,10 @@ class Kernel extends ConsoleKernel
|
|
Commands\User\UserLastChapterOrder::class,
|
|
Commands\User\UserLastChapterOrder::class,
|
|
//bookChargeStats 图书充值统计
|
|
//bookChargeStats 图书充值统计
|
|
Commands\Book\bookChargeStats::class,
|
|
Commands\Book\bookChargeStats::class,
|
|
|
|
+
|
|
|
|
+ // temp
|
|
|
|
+ Commands\Temp\NewBookTestType::class,
|
|
|
|
+
|
|
|
|
|
|
];
|
|
];
|
|
|
|
|
|
@@ -359,7 +363,7 @@ class Kernel extends ConsoleKernel
|
|
$schedule->command('SendOrder:SendOrderSendOrderPvUv --type=history')->dailyAt('00:09');
|
|
$schedule->command('SendOrder:SendOrderSendOrderPvUv --type=history')->dailyAt('00:09');
|
|
|
|
|
|
$schedule->command('create_drop_table')->dailyAt('00:01');
|
|
$schedule->command('create_drop_table')->dailyAt('00:01');
|
|
- $schedule->command('set_user_novel_property', ['--is_init' => 0])->hourlyAt(13);
|
|
|
|
|
|
+// $schedule->command('set_user_novel_property', ['--is_init' => 0])->hourlyAt(13);
|
|
//腾讯商品库
|
|
//腾讯商品库
|
|
// $schedule->command('gen_ams_xml_file')->hourly()->between('6:00', '21:00');
|
|
// $schedule->command('gen_ams_xml_file')->hourly()->between('6:00', '21:00');
|
|
|
|
|