no message
This commit is contained in:
parent
d2c15c6569
commit
c6c4063b7c
@ -104,7 +104,7 @@ final class FnTgPublish
|
|||||||
$sResult = HttpV2::make($sApiUrl, "post")->setDataA($aData)->enableJsonSend(true)->send();
|
$sResult = HttpV2::make($sApiUrl, "post")->setDataA($aData)->enableJsonSend(true)->send();
|
||||||
$aResult = json_decode($sResult, true);
|
$aResult = json_decode($sResult, true);
|
||||||
$sImgUrl = $aResult["sThumb"] ?? '';
|
$sImgUrl = $aResult["sThumb"] ?? '';
|
||||||
var_dump($sImgUrl);exit;
|
|
||||||
if (!$sImgUrl) {
|
if (!$sImgUrl) {
|
||||||
throw new \Exception("没得到sThumb >>> ".$sResult);
|
throw new \Exception("没得到sThumb >>> ".$sResult);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user