no message

This commit is contained in:
hellcat 2026-08-11 12:35:35 +08:00
parent 58c24da0b6
commit f1d7bcbb79

View File

@ -74,13 +74,8 @@ final class FreenodeSync
$aResultAll = [];
foreach ($oFnSiteList as $oFnSite) {
// $aSiteConfig = json_decode($oFnSite->config, true);
// $aSiteConfigFnClient = $aSiteConfig["freenode_client"] ?? [];
// $aSiteConfigFnClient = ["clash", "v2ray"];
// $aSiteApi = json_decode($oFnSite->api_path, true);
// $sSiteApiFreenodeReceive = $aSiteApi["freenode_receive"] ?? "";
$aFreenodeClient = $oFnSite["freenode_client"] ?? [];
$sFreenodeClient = $oFnSite->freenode_client ?? '';
$aFreenodeClient = json_decode($sFreenodeClient, true);
$aData = [];
$aData["site_code_short"] = $oFnSite->code_short;