no message
This commit is contained in:
parent
f3ccc6ba17
commit
c324b7e0e0
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user