command('SmartPush:KeepContinueReadV2')->cron('06 7-23 * * *'); //拉取公众号后台粉丝数据 $schedule->command('gzh:fansStat')->dailyAt('09:04'); //拉取公众号后台昵称 //$schedule->command('gzh:force_user_property')->everyFiveMinutes(); //微信广告上报 $schedule->command('Wechat:WeixinAdReport')->everyFiveMinutes(); //微信gdt上报 $schedule->command('Wechat:GdtAdReport --type=order')->everyFiveMinutes(); $schedule->command('Wechat:GdtAdReport --type=register')->everyFiveMinutes(); //补传 $schedule->command('Wechat:RepeatReport')->everyMinute(); //$schedule->command('Wechat:ReportRetry')->hourly(); //未签到提醒 $schedule->command('SmartPush:remindSign --start=0 --end=7000000')->dailyAt('08:01'); $schedule->command('UpdateHighQualityBooks')->hourly(); //优惠券过期提醒 $schedule->command('SmartPush:CouponExpirePush')->hourly(); //$schedule->command('SmartPush:ForceSubscribeDelayMsg')->everyFiveMinutes(); $schedule->command('SmartPush:ForceSubscribeDelayMsg')->cron('*/2 * * * *'); //微信批量素材 $schedule->command('BatchWechatMaterial:SendCustomWechatMaterial')->everyFiveMinutes(); //更新推送 //$schedule->command('SmartPush:BookUpdatePush')->cron('*/6 * * * *'); } }