作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3272
@@ -15,7 +15,6 @@ class Kernel extends ConsoleKernel @@ -15,7 +15,6 @@ class Kernel extends ConsoleKernel
15 */ 15 */
16 protected function schedule(Schedule $schedule) 16 protected function schedule(Schedule $schedule)
17 { 17 {
18 - $schedule->command('sync_file')->everyThirtyMinutes()->withoutOverlapping(1);//每半小时执行同步  
19 // 每日更新最新模块 18 // 每日更新最新模块
20 $schedule->command('template_label')->dailyAt('01:00')->withoutOverlapping(1);//最新模块 19 $schedule->command('template_label')->dailyAt('01:00')->withoutOverlapping(1);//最新模块
21 $schedule->command('popular_template_label')->dailyAt('01:30')->withoutOverlapping(1);//热门模块 20 $schedule->command('popular_template_label')->dailyAt('01:30')->withoutOverlapping(1);//热门模块