no message

This commit is contained in:
hellcat 2025-07-10 17:03:17 +08:00
parent a369047941
commit cdea3eaecc

View File

@ -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