command('Callback:JuliangAccountRateConfigRefresh')->everyMinute(); /** * 投放渠道日结算 */ $schedule->command('Jiesuan:CompanyChargeDayJiesuan', [ '--date' => date('Y-m-d', strtotime('yesterday')) ])->dailyAt('01:00'); } /** * Register the commands for the application. * * @return void */ protected function commands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }