no message

This commit is contained in:
hellcat 2025-11-14 14:48:10 +08:00
parent 8a8543e8b9
commit 0913beb92d

View File

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