|
@@ -43,7 +43,6 @@ public class WMSServiceImpl implements WMSService {
|
|
|
// 山西
|
|
|
private static final String SX = "http://10.100.0.100:9115";
|
|
|
// 重庆
|
|
|
- // private static final String CQ = "http://127.0.0.1:8182";
|
|
|
private static final String CQ = "http://10.100.0.100:9105";
|
|
|
// 广西
|
|
|
private static final String GX = "http://10.100.0.100:9101";
|
|
@@ -56,9 +55,8 @@ public class WMSServiceImpl implements WMSService {
|
|
|
// 海南
|
|
|
private static final String HN = "http://10.100.0.100:9109";
|
|
|
// 河南
|
|
|
- private static final String HEN = "http://10.0.30.225:8110";
|
|
|
+ private static final String HEN = "http://10.100.0.100:9110";
|
|
|
// 云南
|
|
|
- // private static final String YN = "http://10.0.30.220:18999";
|
|
|
private static final String YN = "http://10.100.0.100:9100";
|
|
|
// 云南D300
|
|
|
private static final String YND300 = "http://10.100.0.100:9300";
|