From 718ded0f5f8dd6f1da43b9de2ff20ddc12714007 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期五, 19 九月 2025 18:47:17 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/haizhentong

---
 ruoyi-admin/src/main/resources/application-test.yml |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-test.yml b/ruoyi-admin/src/main/resources/application-test.yml
index e94910b..ad0964c 100644
--- a/ruoyi-admin/src/main/resources/application-test.yml
+++ b/ruoyi-admin/src/main/resources/application-test.yml
@@ -214,4 +214,27 @@
   priKeyStr: C:\Users\Admin\Desktop\test\OP00000003_private_key.pem
   lklNotifyCerStr: C:\Users\Admin\Desktop\test\lkl-apigw-v2.cer
   sm4Key: LHo55AjrT4aDhAIBZhb5KQ==
-  serverUrl: https://test.wsmsd.cn/
\ No newline at end of file
+  serverUrl: https://test.wsmsd.cn/
+payment:
+  wx:
+    # 微信appid
+    appId: wxa17e8d1331e50934
+    # 微信商户号
+    mchId: 1721757915
+    # 秘钥
+    secretId: 79c234527fd3b6553679d52be5e29b19
+    v3:
+      # 加签串
+      apiKey: V7mKp9qL2Rs4jU6tX8wZ0bC3eF5hN1yD4gA
+      # 加签证书地址
+      privateKeyPath: D:/app/cert/weixin/apiclient_key.pem
+      # 微信支付公钥id
+      publicKeyId: PUB_KEY_ID_0117217579152025091800181718000000
+      # 微信支付公钥证书
+      publicKeyPath: D:/app/cert/weixin/apiclient_cert.pem
+      # 证书序列号
+      mchSerialNo: 39C7F6152E38A62B5786634D5C1F984FB5A38AD5
+      # 支付成功回调地址
+      notifyPayUrl: http://221.182.45.100/wx/pay/notify
+      # 支付退款回调地址
+      notifyRefundUrl: http://221.182.45.100/wx/refund/notify
\ No newline at end of file

--
Gitblit v1.7.1