|
|
@@ -733,9 +733,9 @@ namespace PTMedicalInsurance.Helper
|
|
|
}
|
|
|
EncryptHelper encrypt = new EncryptHelper();
|
|
|
//西安医保移动支付测试环境
|
|
|
- Global.inf.mobilePayURL = @"http:\\10.126.40.167:8080";
|
|
|
+ Global.inf.mobilePayURL = @"http:\\10.37.128.40:8086";
|
|
|
//西安医保移动支付正式环境
|
|
|
- //Global.inf.mobilePayURL = @"http:\\10.126.34.19:8080";
|
|
|
+ //Global.inf.mobilePayURL = @"http:\\10.37.128.41:8086";
|
|
|
string data = JsonHelper.setMPCenterInpar(funNO, joInput);
|
|
|
// 移动支付地址
|
|
|
Global.curEvt.URL = Global.inf.mobilePayURL + url;
|