no message
This commit is contained in:
parent
a369047941
commit
cdea3eaecc
@ -32,7 +32,7 @@ class Http {
|
|||||||
$oHttp = new Http();
|
$oHttp = new Http();
|
||||||
$oHttp->sMethod = "post";
|
$oHttp->sMethod = "post";
|
||||||
$oHttp->sToUrl = "https://api.telegram.org/bot$this->sApiToken/sendMessage";
|
$oHttp->sToUrl = "https://api.telegram.org/bot$this->sApiToken/sendMessage";
|
||||||
// $oHttp->bIsJson = true;
|
$oHttp->bIsJson = true;
|
||||||
$oHttp->aData = [
|
$oHttp->aData = [
|
||||||
"chat_id" => $this->sApiChatId,
|
"chat_id" => $this->sApiChatId,
|
||||||
"text" => $sMsg
|
"text" => $sMsg
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user