From 5621dea122c9a22593df929ffced3940be2c7577 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 19 Jul 2025 17:59:21 +0800 Subject: [PATCH] no message --- app/Services/TG/Http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/TG/Http.php b/app/Services/TG/Http.php index 46247a6d..10f8680c 100644 --- a/app/Services/TG/Http.php +++ b/app/Services/TG/Http.php @@ -51,7 +51,7 @@ class Http { } if ($bSendTg) { - Http::response(200); + TomHttp::response(200); } else { exit; }