6
0
Fork 0

微信分账执行策略

base
Jing Li 2023-11-12 19:51:29 +08:00
parent 0c75f7d1ff
commit 7946dbb8c8
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('order-profit:send')->daily();
$schedule->command('order-profit:check')->everySixHours();
$schedule->command('order-profit:send')->everyTwoHours();
$schedule->command('order-profit:check')->everyThreeHours();
}
/**