no message

This commit is contained in:
hellcat 2026-03-09 18:21:57 +08:00
parent d2c15c6569
commit c6c4063b7c

View File

@ -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);
}