Parcourir la source

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

Jeff il y a 3 ans
Parent
commit
f4146042ff
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  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