|
@@ -3,17 +3,17 @@ package com.srm.bpm.facde.oa;
|
3
|
3
|
public class WebServiceRequestInfo {
|
4
|
4
|
|
5
|
5
|
|
6
|
|
-/* //正式
|
|
6
|
+ //正式
|
7
|
7
|
public static final String oaRequestAddress = "http://172.16.0.36"; //正式环境
|
8
|
8
|
// public static final String oaRequestAddress = "http://172.16.0.37:8081"; //测试环境
|
9
|
9
|
|
10
|
|
- public static final String oaEtenAddress="http://uoa.jqh.cc:20600";*/
|
|
10
|
+ public static final String oaEtenAddress="http://uoa.jqh.cc:20600";
|
11
|
11
|
|
12
|
|
- //测试
|
|
12
|
+/* //测试
|
13
|
13
|
//public static final String oaRequestAddress = "http://172.16.0.36"; //E8正式环境
|
14
|
14
|
public static final String oaRequestAddress = "http://172.16.1.36"; //E8假环境
|
15
|
15
|
// public static final String oaRequestAddress = "http://172.16.0.37:8081"; //(失效)测试环境
|
16
|
16
|
|
17
|
17
|
//public static final String oaEtenAddress="http://uoa.jqh.cc:20600";//E10正式环境
|
18
|
|
-public static final String oaEtenAddress="http://172.16.0.59:20666/";//E10测试环境
|
|
18
|
+public static final String oaEtenAddress="http://172.16.0.59:20666/";//E10测试环境*/
|
19
|
19
|
}
|