From 95433ec4c5f09d8db0b73da7fdf2e2f35dce1744 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Wed, 26 Nov 2025 02:42:41 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }