kmall-config.yml 943 B

12345678910111213141516171819202122
  1. kmall:
  2. # 开发环境地址
  3. # # 查询所有库存接口
  4. # queryAllInveMngUrl: http://127.0.0.1:8080/ktoeccs/queryAllGoodsInfo
  5. # # 查询门店库存接口
  6. # queryAllShopInveMngUrl: http://127.0.0.1:8080/ktoeccs/queryAllStoreProductInfo
  7. # # 发送请求
  8. # requestToKmall: http://127.0.0.1:8080/ktoeccs/sendToEccs
  9. # 测试环境地址
  10. # 查询所有库存接口
  11. queryAllInveMngUrl: http://183.62.225.124:8080/ktoeccs/queryAllGoodsInfo
  12. # 查询门店库存接口
  13. queryAllShopInveMngUrl: http://183.62.225.124:8080/ktoeccs/queryAllStoreProductInfo
  14. # 发送请求
  15. requestToKmall: http://183.62.225.124:8080/ktoeccs/sendToEccs
  16. # 生产环境地址
  17. # queryAllInveMngUrl: http://8.135.102.238:8080/ktoeccs/queryAllGoodsInfo
  18. # # 查询门店库存接口
  19. # queryAllShopInveMngUrl: http://8.135.102.238:8080/ktoeccs/queryAllStoreProductInfo
  20. # # 发送请求
  21. # requestToKmall: http://8.135.102.238:8080/ktoeccs/sendToEccs