no message

This commit is contained in:
hellcat 2026-02-01 14:03:50 +08:00
parent 79da0b8bb5
commit 38163277f4
4 changed files with 8 additions and 2 deletions

View File

@ -128,6 +128,8 @@ final class ArticleSchema
//// 丑陋缝补一下 //// 丑陋缝补一下
if (data_get($oArticleSchema, 'group_code') === "ffq_tg_a") { if (data_get($oArticleSchema, 'group_code') === "ffq_tg_a") {
TeleSlave::notify()->send($aHttpResult["aData"]["aNewPath"]); TeleSlave::notify()->send($aHttpResult["aData"]["aNewPath"]);
} else {
TeleSlave::notify()->send():
} }
} }

View File

@ -47,7 +47,7 @@ final class FnTgPublish
} }
if (!$aResult["isDone"]) { if (!$aResult["isDone"]) {
throw new \Exception($aResult["sMsg"]); throw new \Exception($sResult);
} }
$iImgId = $aResult["aData"]["img_id"] ?? 0; $iImgId = $aResult["aData"]["img_id"] ?? 0;

View File

@ -60,6 +60,10 @@ final class FreenodePool
} }
$aTmp = explode("://", $sNode, 2); $aTmp = explode("://", $sNode, 2);
if (!isset($aTmp[0]) || !isset($aTmp[1])) {
continue;
}
$aNodeFormat["protocolType"] = $sProtocolType = $aTmp[0]; // data $aNodeFormat["protocolType"] = $sProtocolType = $aTmp[0]; // data
$sConfig = $aTmp[1]; $sConfig = $aTmp[1];

View File

@ -26,7 +26,7 @@ class Arma extends Base {
return $this->oDog->$sName($aArg[0]); return $this->oDog->$sName($aArg[0]);
} }
public function thumUse($aParam) public function thumbUse($aParam)
{ {
$iId = $aParam["aOption"][1] ?? 0; $iId = $aParam["aOption"][1] ?? 0;
$sThumbUse = $aParam["aArg"][1] ?? ""; $sThumbUse = $aParam["aArg"][1] ?? "";