From c6c4063b7cf90c475b622959d54c4316b0f998b3 Mon Sep 17 00:00:00 2001 From: hellcat Date: Mon, 9 Mar 2026 18:21:57 +0800 Subject: [PATCH] no message --- app/Services/Cron/FnTgPublish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }