From 0718b07276198334437f52aa5c6c07cca2002225 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期四, 10 八月 2023 18:17:32 +0800
Subject: [PATCH] 完善数据上报程序, 添加测试

---
 config.json |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index 9b57b67..ea218f2 100644
--- a/config.json
+++ b/config.json
@@ -1,5 +1,8 @@
 {
     "nsq_server": "fai365.com:4150",
-    "plc_data_topic": "aps.factory.plc.livedata",
-    "plc_set_topic": ""
+    "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