From c514c17277c77c0fffab132110207663a3b4c45b Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 28 Jul 2026 19:33:30 +0800 Subject: [PATCH] no message --- app/Services/CacheTg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/CacheTg.php b/app/Services/CacheTg.php index c4a18806..2c651ce9 100755 --- a/app/Services/CacheTg.php +++ b/app/Services/CacheTg.php @@ -102,7 +102,7 @@ final class CacheTg $sCode = $sGroupCode."-".$sUlid; - $sGroupCode = "xx"; +// $sGroupCode = "xx"; $aBotCode = explode("::", $sGroupCode); $sBotCode = $aBotCode[0]; // 如果这样会不会出错 @@ -146,7 +146,7 @@ final class CacheTg ]); if (!$oResponse->successful()) { - throw new \Exception("获取路径失败:" . $oResponse->body()); + throw new \Exception("获取路径失败:{$sBotCode}:" . $oResponse->body()); } $sFileName = $oResponse->json('result.file_path');