From 4cdcf7b4165fdcbaff1c96f85ec53c5f944fd038 Mon Sep 17 00:00:00 2001
From: zhangchao <zc857179121@qq.com>
Date: 星期五, 22 十一月 2024 10:56:44 +0800
Subject: [PATCH] 1

---
 src/main/resources/application-loc.yml |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/src/main/resources/application-loc.yml b/src/main/resources/application-loc.yml
index a2e5a20..3d2e3f0 100644
--- a/src/main/resources/application-loc.yml
+++ b/src/main/resources/application-loc.yml
@@ -72,17 +72,18 @@
     password: Wlzh44338
 
 agv:
-  #  url: localhost:8080
-  #  taskCreatePath: /agv/task/create
-  #  containerMoveInPath: /agv/container/moveIn
-  #  containerMoveOutPath: /agv/container/moveOut
-  #  containerArrivedPath: /agv/containerArrived
-  url: 192.168.103.12:8182
-  taskCreatePath: /rcms/services/rest/hikRpcService/genAgvSchedulingTask
-  taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
-  containerMoveInPath: /expand/api/moveIn/container
-  containerMoveOutPath: /expand/api/moveOut/container
-  containerArrivedPath: /conveyor/containerArrived
+   url: localhost:8080
+   taskCreatePath: /agv/task/create
+   taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
+   containerMoveInPath: /agv/container/moveIn
+   containerMoveOutPath: /agv/container/moveOut
+   containerArrivedPath: /agv/containerArrived
+#  url: 192.168.103.12:8182
+#  taskCreatePath: /rcms/services/rest/hikRpcService/genAgvSchedulingTask
+#  taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
+#  containerMoveInPath: /expand/api/moveIn/container
+#  containerMoveOutPath: /expand/api/moveOut/container
+#  containerArrivedPath: /conveyor/containerArrived
 
 u8:
   report: false
@@ -92,7 +93,7 @@
 #  url: http://39.184.149.30:8877
 #  orderReportPath: /DBMS/U8/CM/add
 mes:
-  report: true
+  report: false
   url: https://v3-ali.blacklake.cn/api/openapi/domain/web/v1/route
   orderReportPath: /inventory/open/v2/transfer_order/ordinary/_execute
   pakinReportPath: /inventory/open/v2/inbound_order/execute/_inbound

--
Gitblit v1.9.1