no message
This commit is contained in:
parent
03d828c9f5
commit
3cb9cb0d21
@ -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";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user