From 6307e64736b926e46cb9685998ef240afa5808a9 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 27 十月 2025 15:53:59 +0800
Subject: [PATCH] 添加erp调用地址 添加订单回调接口

---
 rsf-open-api/src/main/resources/application-dev.yml |   11 +++++++++--
 1 files changed, 9 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 ba2ddcb..f7df34c 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -16,6 +16,8 @@
     username: root
     url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
     password: 34821015
+#    url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+#    password: xltys1995
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
       initial-size: 5
@@ -56,11 +58,16 @@
   #RCS閾炬帴
   rcs:
     #閾炬帴
-    host: http://192.168.4.84
+    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