瀏覽代碼

取消根据测试地址来指定测试获取key的url,IDM自动根据报备的Mac来返回是正式或测试地址。

Jeff 3 年之前
父節點
當前提交
f4146042ff
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      FactoryTool_CShare/Business/CommonMethod.cs

+ 0 - 4
FactoryTool_CShare/Business/CommonMethod.cs

@@ -281,10 +281,6 @@ namespace MOKA_Factory_Tools
                 {
                     mid.keytype.Add(ss["name"].Value<string>(), ss["type"].Value<string>());
                 }
-#if !DEBUG
-                if (url == Serverurl.Testurl)
-                    mid.host = "http://test.idmanage.qhmoka.com/IDManage";
-#endif
                 if (mid.code == "1000")
                     return true;
                 else