From fe4b228fcc11defe951b4ca4edf16cc91b307a9e Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Mon, 16 Jun 2025 20:54:31 +0800
Subject: [PATCH] 门店管理列表、商户管理列表

---
 oying-system/src/main/resources/config/application-dev.yml |   30 +++++++++++++++++++++---------
 1 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml
index ce0a962..ba81b21 100644
--- a/oying-system/src/main/resources/config/application-dev.yml
+++ b/oying-system/src/main/resources/config/application-dev.yml
@@ -111,15 +111,15 @@
     path: /opt/oying/file/
     avatar: /opt/oying/avatar/
   windows:
-    path: C:\oying\file\
-    avatar: C:\oying\avatar\
+    path: d:\data\oying\file\
+    avatar: d:\data\oying\avatar\
   # 文件大小 /M
   maxSize: 100
   avatarMaxSize: 5
 
   # 短信验证码key 时间
 sms:
-  key: lyhd-sms-key-
+  key: oying-sms-key-
   time: 300
 
 #微信配置
@@ -148,14 +148,14 @@
 
 # 汇旺财
 swift-pass:
-  # 密钥1
-  key-1: qqqqqqqqqqqqqqqqqqqq
+  # 密钥
+  key: qqqqqqqqqqqqqqqqqqqq
   # 私钥
   mch-private-key: qqqqqqqqqqqq
   # 公钥
   plat-public-key: qqqqq
-  # 门店编号1
-  mch-id-1: 1111
+  # 门店编号
+  mch-id: 1111
   # 签名方式
   sign-type: MD5
   # 原生JS
@@ -167,6 +167,18 @@
   # 请求url
   req-url: https://pay.hstypay.com/v2/pay/gateway
   # 支付通知地址
-  notify-url: https://localhost/lyhd/api/swiftPass/alipayCallback
+  notify-url: https://localhost/oying/api/swiftPass/alipayCallback
   # 退款通知地址
-  refund-url: https://localhost/lyhd/api/swiftPass/returnNotify
+  refund-url: https://localhost/oying/api/swiftPass/returnNotify
+
+obs:
+  access_key_id: RZ1UIOZDZ58DD4NWPD6Q
+  access_key_secret: QpE58YEFtgoIwUoGNlN5JlNY7t6qVu7vMkix8gAI
+  bucket: oying
+  endpoint: https://obs.cn-southwest-2.myhuaweicloud.com
+
+winner-look:
+  url-send-msg: https://118.178.116.15:8443/winnerrxd/api/trigger/SendMsg
+  url-send-msg-batch: https://118.178.116.15:8443/winnerrxd/api/trigger/SendBatchMsg
+  user-code: CQLYSXYJ
+  user-pass: lych1205!

--
Gitblit v1.9.3