no message
This commit is contained in:
parent
a601c6a2e8
commit
c514c17277
@ -102,7 +102,7 @@ final class CacheTg
|
|||||||
|
|
||||||
$sCode = $sGroupCode."-".$sUlid;
|
$sCode = $sGroupCode."-".$sUlid;
|
||||||
|
|
||||||
$sGroupCode = "xx";
|
// $sGroupCode = "xx";
|
||||||
$aBotCode = explode("::", $sGroupCode);
|
$aBotCode = explode("::", $sGroupCode);
|
||||||
$sBotCode = $aBotCode[0];
|
$sBotCode = $aBotCode[0];
|
||||||
// 如果这样会不会出错
|
// 如果这样会不会出错
|
||||||
@ -146,7 +146,7 @@ final class CacheTg
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
if (!$oResponse->successful()) {
|
if (!$oResponse->successful()) {
|
||||||
throw new \Exception("获取路径失败:" . $oResponse->body());
|
throw new \Exception("获取路径失败:{$sBotCode}:" . $oResponse->body());
|
||||||
}
|
}
|
||||||
|
|
||||||
$sFileName = $oResponse->json('result.file_path');
|
$sFileName = $oResponse->json('result.file_path');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user