正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | /** |
-
请 注册 或 登录 后发表评论