1
0
Kaynağa Gözat

Merge branch 'feature/eccs-upgrade' of lvjian/eccs into feature/eccs-upgrade

吕健 2 yıl önce
ebeveyn
işleme
97a37bef4e
1 değiştirilmiş dosya ile 10 ekleme ve 10 silme
  1. 10 10
      eccs-biz/src/main/resources/oms-config.yml

+ 10 - 10
eccs-biz/src/main/resources/oms-config.yml

@@ -15,31 +15,31 @@ oms:
 
   #==================== 开发环境 ws.ds-bay.com ====================
   # 查询商户信息接口
-  queryMerchantInfoUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryMerchantInfoUrl
+  queryMerchantInfoUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryMerchantInfoUrl
   # 查询第三方商户信息接口
   queryThirdMerchantInfoUrl:
   # 查询库存接口
-  queryMngInveUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryInveMng
+  queryMngInveUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryInveMng
   # 查询门店库存接口
-  queryShopMngInveUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryShopInveMng
+  queryShopMngInveUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryShopInveMng
   # 查询入库单接口
-  queryInveReceiptUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryInveReceiptGoods
+  queryInveReceiptUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryInveReceiptGoods
   # 查询入库单明细接口
-  queryInveReceiptDetailUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryInveReceiptGoods
+  queryInveReceiptDetailUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryInveReceiptGoods
   # 查询结转接口
-  queryAdjustmentUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryAdjustmentRecord
+  queryAdjustmentUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryAdjustmentRecord
   # 查询结转明细接口
-  queryAdjustmentDetailUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryAdjustmentDetail
+  queryAdjustmentDetailUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryAdjustmentDetail
   # 查询出区接口
   queryInveShipmentUrl:
   # 查询出区明细接口
   queryInveShipmentDetailUrl:
   # 查询门店进货接口
-  queryShopInUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryShopIn
+  queryShopInUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryShopIn
   # 查询门店出场接口
-  queryShopOutUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryShopOut
+  queryShopOutUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryShopOut
   # 查询门店转移接口
-  queryShopMoveUrl: http://127.0.0.1:8680/al/queryOmsInfo/queryShopMove
+  queryShopMoveUrl: http://127.0.0.1:8086/al/queryOmsInfo/queryShopMove
 
 #
 #  #==================== 测试环境 ws.ds-bay.com ====================