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');