no message

This commit is contained in:
hellcat 2026-01-03 11:45:56 +08:00
parent 550394b00a
commit 55450a6d41

View File

@ -24,7 +24,6 @@ final class FnTgPublish
$sApiPath = $aSite["api_path"] ?? "";
$sSiteDomain = $aSite["url"] ?? "";
$sSiteCode = $aSite["code"] ?? "";
$iImgId = $aSite["img_id"] ?? 1;
//// test
// $sSiteCode = "clashfreenode.com";
@ -51,6 +50,8 @@ final class FnTgPublish
throw new \Exception($aResult["sMsg"]);
}
$iImgId = $aResult["aData"]["img_id"] ?? 0;
$sTitle = "".date("m月d日")."」最新免费节点SSR/V2ray/Clash/Shadowrocket";
$sStr = $sTitle."\n\n👉 https://".$sSiteDomain."/fn/".date("Ymd").".html";