no message
This commit is contained in:
parent
c324b7e0e0
commit
19dcd31a64
@ -23,8 +23,9 @@ class Article extends Base {
|
||||
// $aTmp[] = $this->toJson($row);
|
||||
// $this->oTGHttp->sendToTG(json_encode($row, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
|
||||
|
||||
$str .= "\n\n";
|
||||
$str .= "\n";
|
||||
$str .= $this->toJson($row);
|
||||
$str .= "\n";
|
||||
}
|
||||
|
||||
return $str;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user