From cdea3eaecce6413eeb120f658ccec6daca9f8749 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 10 Jul 2025 17:03:17 +0800 Subject: [PATCH] no message --- src/Services/Tg/Http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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