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 | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 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 8d5e980..187a11b 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/config/config.json @@ -2,7 +2,7 @@ "HostToAgvServerUrl": "http://192.168.1.146:9988/HostToAGV.cgi", "HASeverUrl": "http://172.16.10.41", "GZSeverUrl": "http://172.16.10.41", - "SqlServer": "Data Source=127.0.0.1;Initial Catalog=OIMobox;User ID=sa;Password=123456", + "SqlServer": "Data Source=192.168.1.247;Initial Catalog=LYDaYangMobox;User ID=sa;Password=Am123123", "SqlServer1": "Data Source=192.168.1.198\\sql2008;Initial Catalog=OIMobox;User ID=sa;Password=sa@2015", "ApiPort": 8901, "FacCode": "0000", @@ -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