微信分账执行策略
parent
0c75f7d1ff
commit
7946dbb8c8
|
|
@ -24,8 +24,8 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
$schedule->command('order-profit:send')->daily();
|
$schedule->command('order-profit:send')->everyTwoHours();
|
||||||
$schedule->command('order-profit:check')->everySixHours();
|
$schedule->command('order-profit:check')->everyThreeHours();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue