Explorar el Código

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

Jeff hace 3 años
padre
commit
f4146042ff
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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