no message
This commit is contained in:
parent
79da0b8bb5
commit
38163277f4
@ -128,6 +128,8 @@ final class ArticleSchema
|
||||
//// 丑陋缝补一下
|
||||
if (data_get($oArticleSchema, 'group_code') === "ffq_tg_a") {
|
||||
TeleSlave::notify()->send($aHttpResult["aData"]["aNewPath"]);
|
||||
} else {
|
||||
TeleSlave::notify()->send():
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -47,7 +47,7 @@ final class FnTgPublish
|
||||
}
|
||||
|
||||
if (!$aResult["isDone"]) {
|
||||
throw new \Exception($aResult["sMsg"]);
|
||||
throw new \Exception($sResult);
|
||||
}
|
||||
|
||||
$iImgId = $aResult["aData"]["img_id"] ?? 0;
|
||||
|
||||
@ -60,6 +60,10 @@ final class FreenodePool
|
||||
}
|
||||
|
||||
$aTmp = explode("://", $sNode, 2);
|
||||
if (!isset($aTmp[0]) || !isset($aTmp[1])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$aNodeFormat["protocolType"] = $sProtocolType = $aTmp[0]; // data
|
||||
$sConfig = $aTmp[1];
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ class Arma extends Base {
|
||||
return $this->oDog->$sName($aArg[0]);
|
||||
}
|
||||
|
||||
public function thumUse($aParam)
|
||||
public function thumbUse($aParam)
|
||||
{
|
||||
$iId = $aParam["aOption"][1] ?? 0;
|
||||
$sThumbUse = $aParam["aArg"][1] ?? "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user