diff --git a/app/Services/Cron/FnTgPublish.php b/app/Services/Cron/FnTgPublish.php index abe37a0d..e88fb35f 100755 --- a/app/Services/Cron/FnTgPublish.php +++ b/app/Services/Cron/FnTgPublish.php @@ -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"]) {