diff --git a/src/Services/Subscribe/V2Ray.php b/src/Services/Subscribe/V2Ray.php index c588cb6f6..1f5ef3271 100755 --- a/src/Services/Subscribe/V2Ray.php +++ b/src/Services/Subscribe/V2Ray.php @@ -58,6 +58,8 @@ final class V2Ray extends Base } } + $links = base64_encode($links); + return $links; } } diff --git a/src/Services/Tg/Hook/Mod/Ann.php b/src/Services/Tg/Hook/Mod/Ann.php index 0e5225493..6c18ea6fd 100644 --- a/src/Services/Tg/Hook/Mod/Ann.php +++ b/src/Services/Tg/Hook/Mod/Ann.php @@ -106,7 +106,7 @@ class Ann extends Base { return "需要id"; } - if (!$iId == "?") { + if ($iId == "?") { return "dateNow [id]"; }