no message
This commit is contained in:
parent
800780adbb
commit
3114b971a9
@ -72,7 +72,7 @@ final class HookController
|
|||||||
$oHttp->sMethod = "put";
|
$oHttp->sMethod = "put";
|
||||||
$oHttp->sToUrl = $_ENV['baseUrl']."/api/tg/ticket/".$number;
|
$oHttp->sToUrl = $_ENV['baseUrl']."/api/tg/ticket/".$number;
|
||||||
$oHttp->bIsJson = true;
|
$oHttp->bIsJson = true;
|
||||||
$aData['comment'] = 'hahahahah';
|
$aData['comment'] = $variableText;
|
||||||
$oHttp->aData = $aData;
|
$oHttp->aData = $aData;
|
||||||
|
|
||||||
$r = @json_decode($oHttp->send(), true);
|
$r = @json_decode($oHttp->send(), true);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user