no message

This commit is contained in:
hellcat 2025-07-07 12:19:21 +08:00
parent c324b7e0e0
commit 19dcd31a64

View File

@ -23,8 +23,9 @@ 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 .= "\n";
$str .= $this->toJson($row); $str .= $this->toJson($row);
$str .= "\n";
} }
return $str; return $str;