no message

This commit is contained in:
hellcat 2026-08-11 11:51:40 +08:00
parent c0eddda516
commit d467803ffa

View File

@ -270,7 +270,9 @@ class ServiceFnPoolV2rayTo
"password" => $sPwd, "password" => $sPwd,
]; ];
return $aNode; $aV2ray["config"] = $aNode;
return $aV2ray;
} }
private function mod_to_vmess($aV2ray) private function mod_to_vmess($aV2ray)