From a5717e65fc14f799e61509b9630fb2fea28568ad Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 14 Nov 2025 17:35:29 +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 d3bf3b73..8df75890 100644 --- a/app/Services/Cron.php +++ b/app/Services/Cron.php @@ -6,6 +6,7 @@ namespace App\Services; use App\Services\Cron\HttpQueue as CronHttpQueue; use App\Services\Cron\ArticleSchema as CronArticleSchema; +use App\Services\TomTool\Telegram\slave as TeleSlave; final class Cron { @@ -27,6 +28,7 @@ final class Cron } echo "cron开始执行\n\n"; + TeleSlave::log()->send("master_cron_run:".date("Y-m-d H:i:s")); if ($s == 0 && $i % 3 === 0) { CronArticleSchema::cacheTgSave();