From 369026325416d187b7b0a0fbe8b5fd1895515bbb Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 22 八月 2023 18:18:15 +0800
Subject: [PATCH] 获取工艺参数用nsq方式获取

---
 conf/apsClient.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/apsClient.json b/conf/apsClient.json
index 207a4c1..677bcec 100644
--- a/conf/apsClient.json
+++ b/conf/apsClient.json
@@ -2,8 +2,8 @@
   "system": {
     "env": "develop",
     "port": 8003,
-    "deviceId": "DeviceID 1",
-    "netSetShellPath": "/data/network",
+    "deviceId": "DeviceID1",
+    "netSetShellPath": "/data/network/",
     "netUpShellName": "up.sh",
     "netDownShellName": "down.sh"
   },

--
Gitblit v1.8.0