From bc0b7e914a378b2c40f9d2ec2470b61a19c18288 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 11 八月 2023 17:05:02 +0800
Subject: [PATCH] 修改上报的数据结构, 添加plc查询接口

---
 config.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/config.json b/config.json
index 9b57b67..13db491 100644
--- a/config.json
+++ b/config.json
@@ -1,5 +1,10 @@
 {
-    "nsq_server": "fai365.com:4150",
-    "plc_data_topic": "aps.factory.plc.livedata",
-    "plc_set_topic": ""
+    "parent_id": "guangsheng",
+	"jwt_key": "abc",
+	"nsq_server": "fai365.com:4150",
+    "pub_plc_data_topic": "aps.guangsheng.plc.livedata",
+    "write_plc_data_topic": "aps.guangsheng.plc.write",
+    "sub_device_topic": "aps.guangsheng.plc.device",
+    "device_List_webapi": "http://192.168.20.119:9081/api-s/v1/device/devicePlcList",
+    "post_plc_data_webapi": "http://192.168.20.119:9081/api-s/v1/schedule/reportPlcData"
 }
\ No newline at end of file

--
Gitblit v1.8.0