作者 lyh

Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into master-server

... ... @@ -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);
}
/**
... ...