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"; }