From 6eb9d76c2d89239b5161951346ef5cc5d0c9ebd1 Mon Sep 17 00:00:00 2001
From: cjs <2216046164@qq.com>
Date: 星期三, 23 七月 2025 17:21:19 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3.NongFuLinZhi/config/config.json |   44 +++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/HH.WCS.Mobox3.NongFuLinZhi/config/config.json b/HH.WCS.Mobox3.NongFuLinZhi/config/config.json
index 6e295b0..572582e 100644
--- a/HH.WCS.Mobox3.NongFuLinZhi/config/config.json
+++ b/HH.WCS.Mobox3.NongFuLinZhi/config/config.json
@@ -3,6 +3,10 @@
     "HASeverUrl": "http://172.16.10.41",
     "ZTSeverUrl": "",
     "ZTSeverUrl2": "",
+    "ProjectName": "",
+    "FactoryCode": "",
+    "FactoryName": "",
+    "OneSign": "",
     "AppKey": "",
     "AppSecret": "",
     "MoboxSeverUrl": "",
@@ -10,6 +14,8 @@
     "SqlServer": "Data Source=DESKTOP-J39FOS3;Initial Catalog=NFLZ;integrated security=True",
     "SqlServer1": "Data Source=192.168.1.198\\sql2008;Initial Catalog=OIMobox;User ID=sa;Password=sa@2015",
     "ApiPort": 8800,
+    "TcpPort": 2024,
+    "LQHours": 24,
     "FacCode": "0000",
     "WHCode": "W001",
     "DeviceInfo": [
@@ -17,7 +23,7 @@
             "address": "127.0.0.11",
             "deviceName": "鍐滃か鏋楄姖-鐡跺澂鏈�,
             "deviceNo": [],
-            "location": [ "YLWJG1005", "YLWJG1006" ],
+            "TN_Location": [ "YLWJG1005", "YLWJG1006" ],
             "deviceType": 2,
             "enable": 0
         }
@@ -26,12 +32,48 @@
         {
             "areaName": "鐡剁洊鍏ュ簱鎺ラ┏浣�,
             "areaCode": "pgjb",
+            "pri": 1,
             "enable": 1
         },
         {
             "areaName": "鐡剁洊搴撳尯",
             "areaCode": "pgkq",
+            "pri": 1,
             "enable": 1
         }
+    ],
+    "PPZSJSite": [
+        {
+            "siteName": "鐡跺澂A",
+            "site": [],
+            "enable": 1
+        },
+        {
+            "siteName": "鐡跺澂B",
+            "site": [],
+            "enable": 1
+        }
+    ],
+    "ThirdPartyUrl": [
+        {
+            "UrlNo": "1",
+            "UrlName": "",
+            "Url": "",
+            "enable": 1
+        }
+    ],
+    "HttpApiVerify": [
+        {
+            "VerifyNo": "1",
+            "Project": "1",
+            "Extend": [ "", "" ],
+            "enable": 1
+        }
+    ],
+    "DXSite": [
+        {
+            "loc": "1",
+            "site": 1
+        }
     ]
 }
\ No newline at end of file

--
Gitblit v1.9.1