From ccd73cd5be524f42bf9b418d4c7339fcb176f287 Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期二, 04 十一月 2025 10:39:47 +0800
Subject: [PATCH] 上传重复提交问题修复

---
 rsf-open-api/src/main/resources/application-dev.yml |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index c11aeb2..f7df34c 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -58,11 +58,16 @@
   #RCS閾炬帴
   rcs:
     #閾炬帴
-    host: http://10.10.10.247
+    host: http://127.0.0.1
     #绔彛
     port: 8088
   wms:
     #閾炬帴
     host: http://127.0.0.1
     #绔彛
-    port: 8080
\ No newline at end of file
+    port: 8085
+  erp:
+    #閾炬帴
+    host: http://www.itsdg.cn
+    #绔彛
+    port: 3741

--
Gitblit v1.9.1