|
@@ -4,19 +4,21 @@ kmall:
|
|
|
# queryAllInveMngUrl: http://127.0.0.1:8080/ktoeccs/queryAllGoodsInfo
|
|
|
# # 查询门店库存接口
|
|
|
# queryAllShopInveMngUrl: http://127.0.0.1:8080/ktoeccs/queryAllStoreProductInfo
|
|
|
-# # 发送请求
|
|
|
+# # 向Kmall发送要从Kmall获取数据的请求
|
|
|
# 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
|
|
|
-# # 发送请求
|
|
|
+# # 向Kmall发送要从Kmall获取数据的请求
|
|
|
# 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
|
|
|
- # 发送请求
|
|
|
+ # 向Kmall发送要从Kmall获取数据的请求
|
|
|
requestToKmall: http://8.135.102.238:8080/ktoeccs/sendToEccs
|
|
|
|