diff --git a/app/Services/Cron.php b/app/Services/Cron.php index 51cbe7ac..86843788 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -30,7 +30,7 @@ final class Cron echo "cron开始执行\n\n"; - if ($h % 6 === 0 && $i % 3 === 0) { + if ($h % 6 === 0 && $i === 3) { CronBook::randbox_notify(); }