From 2a403069421812d49ce1b78dc5c4adc595ee0e7d Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Fri, 30 May 2025 18:36:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- oying-system/src/main/resources/config/application-dev.yml | 18 +++++++++--------- 1 files changed, 9 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..3ea16c0 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,6 @@ # 请求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 -- Gitblit v1.9.3