no message

This commit is contained in:
hellcat 2025-07-07 12:41:06 +08:00
parent 03d828c9f5
commit 3cb9cb0d21

View File

@ -21,7 +21,7 @@ class Article extends Base {
unset($row['created_at']); // 移除 created_at 字段 unset($row['created_at']); // 移除 created_at 字段
// $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"; // $str .= "\n";
$str .= $this->toJson($row); $str .= $this->toJson($row);
$str .= "\n"; $str .= "\n";
} }