diff --git a/index.php b/index.php index fd5c26d..fe48817 100644 --- a/index.php +++ b/index.php @@ -61,7 +61,7 @@ function gCode($host, $uuid){ "add" => "usa.yimian.xyz", "port" => "443", "id" => $uuid, - "aid" => "88", + "aid" => "0", "net" => "ws", "type" => "none", "host" => $host, @@ -76,7 +76,7 @@ function gCode($host, $uuid){ "add" => "v-china.yimian.xyz", "port" => "443", "id" => $uuid, - "aid" => "88", + "aid" => "0", "net" => "ws", "type" => "none", "host" => $host, @@ -91,7 +91,7 @@ function gCode($host, $uuid){ "add" => $host, "port" => "443", "id" => $uuid, - "aid" => "88", + "aid" => "0", "net" => "ws", "type" => "none", "host" => $host,