From 3cb9cb0d21906678b166dd2e6af1d993c5f4e3f5 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 7 Jul 2025 12:41:06 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Mod/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/TG/Hook/Mod/Article.php b/app/Services/TG/Hook/Mod/Article.php index 4eb60be..13baecb 100644 --- a/app/Services/TG/Hook/Mod/Article.php +++ b/app/Services/TG/Hook/Mod/Article.php @@ -21,7 +21,7 @@ class Article extends Base { unset($row['created_at']); // 移除 created_at 字段 // $aTmp[] = $this->toJson($row); // $this->oTGHttp->sendToTG(json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)); - $str .= "\n"; +// $str .= "\n"; $str .= $this->toJson($row); $str .= "\n"; }