|
|
@@ -22,10 +22,10 @@ public class SyncKunChuan
|
|
|
public static string _connStr_cz3 = @"Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.19.22.61)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=hgcz3)));User Id=hgcz3;Password=dongke";
|
|
|
|
|
|
// 测试环境
|
|
|
- public static string _urlPush = "http://172.17.193.169:8080/com.ksec.l1101.erpif/jbaprpc/interface/unique";
|
|
|
+ //public static string _urlPush = "http://172.17.193.169:8080/com.ksec.l1101.erpif/jbaprpc/interface/unique";
|
|
|
|
|
|
// 正式环境
|
|
|
- //public static string _urlPush = "http://172.19.252.5:8080/com.ksec.l1101.erpif/jbaprpc/interface/unique";
|
|
|
+ public static string _urlPush = "http://172.19.252.5:8080/com.ksec.l1101.erpif/jbaprpc/interface/unique";
|
|
|
#endregion
|
|
|
|
|
|
#region 推送方法
|