From c45c8ec6f41c9ad20abed43c7bc43ea99278faad Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 26 十二月 2025 11:00:32 +0800
Subject: [PATCH] 出库添加一键完结功能
---
rsf-open-api/src/main/resources/application-dev.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index ef16461..646090f 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -58,11 +58,11 @@
#RCS閾炬帴
rcs:
#閾炬帴
- host: http://10.10.10.200
+ host: http://127.0.0.1
#绔彛
port: 8088
wms:
#閾炬帴
- host: http://10.10.10.157
+ host: http://127.0.0.1
#绔彛
- port: 8080
\ No newline at end of file
+ port: 8085
\ No newline at end of file
--
Gitblit v1.9.1