Эх сурвалжийг харах

URLSchemes: let's support standard v2ray vmess URL Schemes

Beta Soft 4 жил өмнө
parent
commit
ab8ebd593f

+ 2 - 2
app/Utils/URLSchemes.php

@@ -36,9 +36,9 @@ class URLSchemes
             "v" => "2",
             "ps" => $server['name'],
             "add" => $server['host'],
-            "port" => $server['port'],
+            "port" => (string)$server['port'],
             "id" => $user['uuid'],
-            "aid" => $server['alter_id'],
+            "aid" => (string)$server['alter_id'],
             "net" => $server['network'],
             "type" => "none",
             "host" => "",