From a26651e0add0012c3e5238cb26689d7f12e2e4c7 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 28 六月 2019 11:36:05 +0800
Subject: [PATCH] 7595 仙宝奇缘项目版本校验地址加入game参数

---
 System/ClientVersion/VersionUtility.cs |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/System/ClientVersion/VersionUtility.cs b/System/ClientVersion/VersionUtility.cs
index c571e3b..ccdb057 100644
--- a/System/ClientVersion/VersionUtility.cs
+++ b/System/ClientVersion/VersionUtility.cs
@@ -62,14 +62,7 @@
             tables["branch"] = VersionConfig.Get().branch.ToString();
         }
 
-        if (string.IsNullOrEmpty(VersionConfig.Get().gameId))
-        {
-            tables["game"] = "xbqy";
-        }
-        else
-        {
-            tables["game"] = VersionConfig.Get().gameId;
-        }
+        tables["game"] = VersionConfig.Get().gameId;
 
         var url = StringUtility.Contact(VERSION_URL[urlIndex % 2], HttpRequest.HashtablaToString(tables));
         urlIndex++;

--
Gitblit v1.8.0