From c710b3a433e81495e26d9ce0d8d6e5471ee7133d Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 22 Oct 2025 22:52:14 +0800 Subject: [PATCH] wcs-board-api: 'http://172.28.1.18:7003/api/' --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ece0d82..11febca 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -109,6 +109,7 @@ custom: wcs-url: 'http://172.28.1.18:7002/api/wms/' wcs-api: 'http://172.28.1.18:7002/api/' agv-url: 'http://172.28.1.17:7777' + wcs-board-api: 'http://172.28.1.18:7003/api/' # WMS消息队列配置 wms: @@ -140,4 +141,4 @@ scheduler: enabled: false # 自动任务开关(控制自动化下达任务): agv: - max-task-num: 10 \ No newline at end of file + max-task-num: 10