diff --git a/src/Services/Tg/Http.php b/src/Services/Tg/Http.php index 6a74d524..4eed1991 100644 --- a/src/Services/Tg/Http.php +++ b/src/Services/Tg/Http.php @@ -32,7 +32,7 @@ class Http { $oHttp = new Http(); $oHttp->sMethod = "post"; $oHttp->sToUrl = "https://api.telegram.org/bot$this->sApiToken/sendMessage"; -// $oHttp->bIsJson = true; + $oHttp->bIsJson = true; $oHttp->aData = [ "chat_id" => $this->sApiChatId, "text" => $sMsg