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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/config.json b/config.json index ea218f2..13db491 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,7 @@ { - "nsq_server": "fai365.com:4150", + "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", -- Gitblit v1.8.0