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();