代码更新
This commit is contained in:
@@ -44,7 +44,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
|
||||
|
||||
// 获取立库url
|
||||
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
|
||||
String url = lkUrl + "storageApply";
|
||||
String url = lkUrl + "/wcs/inStoreApply";
|
||||
|
||||
// 建立与立库的通讯连接
|
||||
String resultMsg = HttpRequest.post(url)
|
||||
@@ -106,7 +106,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
|
||||
|
||||
// 获取立库url
|
||||
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
|
||||
String url = lkUrl + "storageNotice";
|
||||
String url = lkUrl + "/wms/inNoticeOrders";
|
||||
|
||||
// 建立与立库的通讯连接
|
||||
String resultMsg = HttpRequest.post(url)
|
||||
@@ -141,7 +141,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
|
||||
|
||||
// 获取立库url
|
||||
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
|
||||
String url = lkUrl + "qualityResult";
|
||||
String url = lkUrl + "/wms/qualityCheckResult";
|
||||
|
||||
// 建立与立库的通讯连接
|
||||
String resultMsg = HttpRequest.post(url)
|
||||
@@ -205,7 +205,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
|
||||
|
||||
// 获取立库url
|
||||
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
|
||||
String url = lkUrl + "stockStockOut";
|
||||
String url = lkUrl + "/wms/outNoticeOrders";
|
||||
|
||||
// 建立与立库的通讯连接
|
||||
String resultMsg = HttpRequest.post(url)
|
||||
@@ -238,7 +238,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
|
||||
|
||||
// 获取立库url
|
||||
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
|
||||
String url = lkUrl + "empInAndOut";
|
||||
String url = lkUrl + "/wms/emptyPalletIO/save";
|
||||
|
||||
// 建立与立库的通讯连接
|
||||
String resultMsg = HttpRequest.post(url)
|
||||
@@ -272,7 +272,7 @@ public class WmsToLkServiceImpl implements WmsToLkService {
|
||||
|
||||
// 获取立库url
|
||||
String lkUrl = SpringContextHolder.getBean(ParamServiceImpl.class).findByCode("LK_URL").getValue();
|
||||
String url = lkUrl + "login";
|
||||
String url = lkUrl + "/wms/sys/login";
|
||||
|
||||
// 建立与立库的通讯连接
|
||||
String resultMsg = HttpRequest.post(url)
|
||||
|
||||
Reference in New Issue
Block a user