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