no message

This commit is contained in:
hellcat 2025-07-07 12:41:53 +08:00
parent 3cb9cb0d21
commit 55cface7a2

View File

@ -23,7 +23,7 @@ class Article extends Base {
// $this->oTGHttp->sendToTG(json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT)); // $this->oTGHttp->sendToTG(json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
// $str .= "\n"; // $str .= "\n";
$str .= $this->toJson($row); $str .= $this->toJson($row);
$str .= "\n"; $str .= "\n\n";
} }
return $str; return $str;