Parcourir la source

Merge branch 'master' of 47.110.49.99:wangdu/wangdu_public_api

zz il y a 4 ans
Parent
commit
8618f5795b
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      app/Console/Kernel.php

+ 5 - 1
app/Console/Kernel.php

@@ -156,6 +156,10 @@ class Kernel extends ConsoleKernel
         Commands\User\UserLastChapterOrder::class,
         //bookChargeStats 图书充值统计
         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('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');