From 0913beb92d5477f3d1257069fbfe46ce98c8401c Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 14 Nov 2025 14:48:10 +0800 Subject: [PATCH] no message --- app/Services/Cron.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/Cron.php b/app/Services/Cron.php index c5f3cb9a..d3bf3b73 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -25,6 +25,8 @@ final class Cron $i = (int) ($this->iTestI ?? $i); $s = (int) ($this->iTestS ?? $s); } + + echo "cron开始执行\n\n"; if ($s == 0 && $i % 3 === 0) { CronArticleSchema::cacheTgSave();