Ver Fonte

D112 测试环境

lizw há 2 anos atrás
pai
commit
05bfbe7866

+ 3 - 0
soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java

@@ -82,6 +82,8 @@ public class WMSServiceImpl implements WMSService {
     private static final String YND300_TEST = "http://10.2.24.62:18999";
     // 云南D900
     // private static final String YND900 = "http://10.2.24.62:8999";
+    // D112
+    private static final String D112 = "http://10.0.30.225:8999";
 
     // 物流中心编码与WebService服务映射
     private static final ConcurrentMap<String, String> WMS_MAPPING = new ConcurrentHashMap<String, String>() {{
@@ -101,6 +103,7 @@ public class WMSServiceImpl implements WMSService {
         put("D108", ""); // 天津鸿翔一心堂药业有限公司
         put("D900", ""); // 一心到家科技公司(电商仓)
         put("D504", ""); // 医云医疗产业发展(云南)有限公司
+        put("D112", D112); // 山西一心堂广生药业连锁有限公司
     }};
 
     private static final ConcurrentMap<String, WMSService> SERVICE_MAPPING = new ConcurrentHashMap<>(WMS_MAPPING.size());