少年修仙传客户端代码仓库
client_Wu Xijin
2019-06-28 f5a8e282eee3dc19498ca2704e97b8de9cc7d828
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++;