|
@@ -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)
|