no message
This commit is contained in:
parent
3b65898deb
commit
550394b00a
@ -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"]) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user