guodong 1 жил өмнө
parent
commit
2bfa300ca5

+ 1 - 1
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -204,7 +204,7 @@ namespace GFGGame
                 platform = "WebGL";
 		else
 #endif
-            return $"{hostServerIP}/{platform}/{packageName}";
+            return $"{hostServerIP}/{platform}/{packageName}/HostPlay";
         }
         /// <summary>
         /// 远端资源地址查询服务类