From 17e3ef45fe0a6b6f8a147b50740834ac734f9317 Mon Sep 17 00:00:00 2001 From: lss <2538410689@qq.com> Date: 星期二, 15 七月 2025 17:30:13 +0800 Subject: [PATCH] 1111 --- HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json index cc1e1cb..187a11b 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json @@ -11,22 +11,31 @@ "AppSecret": "OpenInfoSecret", "OutLoc": "Outloc", "Moboxurl": "http://192.168.1.203:5103/api/wms/", - "OLMA_Adress": "192.168.1.233", - "OLMA_LOC": [ "bit1", "bit2" ], + "OLMA_LOC": [ + "bit1", + "bit2" + ], "TableUrl": [ { "id": 1, - "url": "192.168.1.1" + "url": "http://192.168.1.211:8902/sendTask" }, { - "id": 11, - "url": "http://192.168.1.39:5103/api/pei/add" + "id": 2, + "url": "http://192.168.1.211:8902/cancelTask" + }, + { + "id": 3, + "url": "http://192.168.1.211:8902/getDeviceStatus" }, { "id": 4, - "url": "http://192.168.1.39:5103/api/pei/add" + "url": "http://192.168.1.211:8902/changePriority" + }, + { + "id": 5, + "url": "http://192.168.1.211:8902/changeStatus" } ] - } \ No newline at end of file -- Gitblit v1.9.1