作者 赵彬吉

update

@@ -43,7 +43,7 @@ class Kernel extends ConsoleKernel @@ -43,7 +43,7 @@ class Kernel extends ConsoleKernel
43 //每日同步询盘文案 43 //每日同步询盘文案
44 $schedule->command('sync_inquiry_text')->dailyAt('09:00')->withoutOverlapping(1); 44 $schedule->command('sync_inquiry_text')->dailyAt('09:00')->withoutOverlapping(1);
45 //FB询盘费用同步 45 //FB询盘费用同步
46 - $schedule->command('facebook_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1); 46 + $schedule->command('sync_ad_cost')->everyThirtyMinutes()->withoutOverlapping(1);
47 } 47 }
48 48
49 /** 49 /**