no message

This commit is contained in:
hellcat 2025-04-13 21:50:16 +08:00
parent 335945a357
commit e988fdaa83

View File

@ -15,7 +15,7 @@ class TestsController
$oHttp = new Http();
$oHttp->sMethod = "post";
$oHttp->sToUrl = "https://github.loc/api/tg/hook";
$oHttp->sToUrl = env("APP_URL")."/api/tg/hook";
$oHttp->bIsJson = true;
$oHttp->aData = [
'update_id' => 123456789,