| System/ClientVersion/VersionUtility.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/ClientVersion/VersionUtility.cs
@@ -248,7 +248,7 @@ try { maoerVersion = JsonMapper.ToObject<MaoErVersion>(result); if (maoerVersion.code == 0 && !string.IsNullOrEmpty(maoerVersion.url)) if (maoerVersion.code == "0") { step = Step.DownLoadPrepared; WindowCenter.Instance.OpenFromLocal<VersionUpdateWin>(); @@ -336,7 +336,7 @@ public struct MaoErVersion { public string msg; public int code; public string code; public string content; public string url; }