diff --git a/app/Services/Cron/FnTgPublish.php b/app/Services/Cron/FnTgPublish.php index b1ec1fa3..71dd19cf 100755 --- a/app/Services/Cron/FnTgPublish.php +++ b/app/Services/Cron/FnTgPublish.php @@ -104,7 +104,7 @@ final class FnTgPublish $sResult = HttpV2::make($sApiUrl, "post")->setDataA($aData)->enableJsonSend(true)->send(); $aResult = json_decode($sResult, true); $sImgUrl = $aResult["sThumb"] ?? ''; - var_dump($sImgUrl);exit; + if (!$sImgUrl) { throw new \Exception("没得到sThumb >>> ".$sResult); }