Przeglądaj źródła

perf: 恢复进销存为正式环境

zhengjie 1 rok temu
rodzic
commit
60f385e1de
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      Helper/InvokeHelper.cs

+ 4 - 4
Helper/InvokeHelper.cs

@@ -186,10 +186,10 @@ namespace PTMedicalInsurance.Helper
         {
             Global.curEvt.URL = Global.inf.centerURL;
             string data = JsonHelper.setCenterInpar(funNo, joInput);
-            if (funNo.StartsWith("35")) { 
-                // 进销存测试
-                Global.curEvt.URL = "http://10.42.149.235:9091/hss/api/hiinterface";
-            }
+            //if (funNo.StartsWith("35")) { 
+            //    // 进销存测试
+            //    Global.curEvt.URL = "http://10.42.149.235:9091/hss/api/hiinterface";
+            //}
             return invokeCenterService(data);
         }
         private JObject invokeCenterService(string data, ModeEnum mode = ModeEnum.REST)