12345678910111213141516171819202122 |
- kmall:
- # 开发环境地址
- # # 查询所有库存接口
- # queryAllInveMngUrl: http://127.0.0.1:8080/ktoeccs/queryAllGoodsInfo
- # # 查询门店库存接口
- # queryAllShopInveMngUrl: http://127.0.0.1:8080/ktoeccs/queryAllStoreProductInfo
- # # 发送请求
- # requestToKmall: http://127.0.0.1:8080/ktoeccs/sendToEccs
- # 测试环境地址
- # 查询所有库存接口
- queryAllInveMngUrl: http://183.62.225.124:8080/ktoeccs/queryAllGoodsInfo
- # 查询门店库存接口
- queryAllShopInveMngUrl: http://183.62.225.124:8080/ktoeccs/queryAllStoreProductInfo
- # 发送请求
- requestToKmall: http://183.62.225.124:8080/ktoeccs/sendToEccs
- # 生产环境地址
- # queryAllInveMngUrl: http://8.135.102.238:8080/ktoeccs/queryAllGoodsInfo
- # # 查询门店库存接口
- # queryAllShopInveMngUrl: http://8.135.102.238:8080/ktoeccs/queryAllStoreProductInfo
- # # 发送请求
- # requestToKmall: http://8.135.102.238:8080/ktoeccs/sendToEccs
|