no message

This commit is contained in:
hellcat 2026-01-02 19:41:24 +08:00
parent 3b65898deb
commit 550394b00a

View File

@ -44,7 +44,7 @@ final class FnTgPublish
$aResult = json_decode($sResult, true);
if (!isset($aResult["isDone"])) {
throw new \Exception("没有isDone >>> ".$sResult);
throw new \Exception("没有isDone >>> $sApiUrl >>>".$sResult);
}
if (!$aResult["isDone"]) {