作者 lyh

gx脚本

@@ -23,7 +23,7 @@ class UpdateKeyword extends Command @@ -23,7 +23,7 @@ class UpdateKeyword extends Command
23 * 23 *
24 * @var string 24 * @var string
25 */ 25 */
26 - protected $signature = 'update_keyword'; 26 + protected $signature = 'update_keyword_content';
27 27
28 /** 28 /**
29 * The console command description. 29 * The console command description.
@@ -48,8 +48,8 @@ class Kernel extends ConsoleKernel @@ -48,8 +48,8 @@ class Kernel extends ConsoleKernel
48 $schedule->command('sync_manager')->dailyAt('01:00')->withoutOverlapping(1); //TODO::手机号码同步 每天执行一次 48 $schedule->command('sync_manager')->dailyAt('01:00')->withoutOverlapping(1); //TODO::手机号码同步 每天执行一次
49 $schedule->command('update_keyword_route')->dailyAt('01:00')->withoutOverlapping(1); //升级项目--清除路由相同的关键字 49 $schedule->command('update_keyword_route')->dailyAt('01:00')->withoutOverlapping(1); //升级项目--清除路由相同的关键字
50 $schedule->command('recommended_suppliers')->dailyAt('03:00')->withoutOverlapping(1); //每天凌晨1点执行一次生成推荐商 50 $schedule->command('recommended_suppliers')->dailyAt('03:00')->withoutOverlapping(1); //每天凌晨1点执行一次生成推荐商
51 - // 每日推送视频任务  
52 - $schedule->command('update_keyword')->hourly()->withoutOverlapping(1); 51 +
  52 + $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1);
53 // 每日推送视频任务 53 // 每日推送视频任务
54 $schedule->command('video_task')->hourly()->withoutOverlapping(1); 54 $schedule->command('video_task')->hourly()->withoutOverlapping(1);
55 // 每日推送已完成视频任务项目生成对应界面 55 // 每日推送已完成视频任务项目生成对应界面