no message

This commit is contained in:
hellcat 2025-07-07 12:17:34 +08:00
parent f3ccc6ba17
commit c324b7e0e0

View File

@ -23,8 +23,8 @@ class Article extends Base {
// $aTmp[] = $this->toJson($row); // $aTmp[] = $this->toJson($row);
// $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\n";
$str .= $this->toJson($row); $str .= $this->toJson($row);
$str .= "\n";
} }
return $str; return $str;