no message
This commit is contained in:
parent
550394b00a
commit
55450a6d41
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user