| System/ClientVersion/VersionUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/ClientVersion/VersionUtility.cs
@@ -62,7 +62,14 @@ tables["branch"] = VersionConfig.Get().branch.ToString(); } tables["game"] = VersionConfig.Get().gameId; if (string.IsNullOrEmpty(VersionConfig.Get().gameId)) { tables["game"] = "xbqy"; } else { tables["game"] = VersionConfig.Get().gameId; } var url = StringUtility.Contact(VERSION_URL[urlIndex % 2], HttpRequest.HashtablaToString(tables)); urlIndex++;