no message

This commit is contained in:
hellcat 2025-03-21 21:55:46 +08:00
parent 800780adbb
commit 3114b971a9

View File

@ -72,7 +72,7 @@ final class HookController
$oHttp->sMethod = "put";
$oHttp->sToUrl = $_ENV['baseUrl']."/api/tg/ticket/".$number;
$oHttp->bIsJson = true;
$aData['comment'] = 'hahahahah';
$aData['comment'] = $variableText;
$oHttp->aData = $aData;
$r = @json_decode($oHttp->send(), true);