From a601c6a2e8c32e7bbdfb125219dc4e9a44f78115 Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 28 Jul 2026 19:28:39 +0800 Subject: [PATCH] no message --- app/Services/CacheTg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CacheTg.php b/app/Services/CacheTg.php index 9be6251d..c4a18806 100755 --- a/app/Services/CacheTg.php +++ b/app/Services/CacheTg.php @@ -107,7 +107,7 @@ final class CacheTg $sBotCode = $aBotCode[0]; // 如果这样会不会出错 - $sBotToken = ModelTelegramKey::botTokenByCode($sGroupCode); + $sBotToken = ModelTelegramKey::botTokenByCode($sBotCode); // $sDocumentRoot = $_SERVER['DOCUMENT_ROOT'];