no message
This commit is contained in:
parent
335945a357
commit
e988fdaa83
@ -15,7 +15,7 @@ class TestsController
|
|||||||
|
|
||||||
$oHttp = new Http();
|
$oHttp = new Http();
|
||||||
$oHttp->sMethod = "post";
|
$oHttp->sMethod = "post";
|
||||||
$oHttp->sToUrl = "https://github.loc/api/tg/hook";
|
$oHttp->sToUrl = env("APP_URL")."/api/tg/hook";
|
||||||
$oHttp->bIsJson = true;
|
$oHttp->bIsJson = true;
|
||||||
$oHttp->aData = [
|
$oHttp->aData = [
|
||||||
'update_id' => 123456789,
|
'update_id' => 123456789,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user