From 1873461012c99801f364bd07fae2c218d245048e Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 11 九月 2023 19:42:39 +0800
Subject: [PATCH] 修复bom第一启动时的全量上报

---
 config.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config.json b/config.json
index 36ab7dc..df8af65 100644
--- a/config.json
+++ b/config.json
@@ -7,12 +7,13 @@
     "nsq_server": "121.31.232.83:4150",
     "nsq_webapi": "http://121.31.232.83:9080/api/nsq/pub?topic=your_topic",
     "order_topic": "aps.wangpengfei.erp.seorder",
+    "bom_topic": "aps.wangpengfei.erp.icBom",
+    "bom_query_topic": "aps.wangpengfei.erp.icBomQuery",
     "inventory_topic": "aps.wangpengfei.erp.inventory",
     "query_topic": "aps.wangpengfei.erp.k3resource",
     "reply_topic": "aps.wangpengfei.erp.k3reply",
-    "cst_webapi": "http://192.168.20.249/cst/local_post.ashx",
+    "cst_webapi": "http://localhost/cst/local_post.ashx",
     "cst_query_topic": "aps.wangpengfei.erp.cstApply",
     "cst_reply_topic": "aps.wangpengfei.erp.cstReply",
-    "interval": 60,
-    "debug": false
+    "interval": 60
 }
\ No newline at end of file

--
Gitblit v1.8.0