From 1c930a8b1ab9abdb851a486b2da55bcda34cd082 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 21 四月 2026 09:20:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java b/server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
index e4c45ba..69d36b6 100644
--- a/server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
+++ b/server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
@@ -42,6 +42,16 @@
     private String notifyUrl;
 
     /**
+     * V3鏀粯鍥炶皟鍦板潃
+     */
+    private String v3NotifyUrl;
+
+    /**
+     * V3閫�娆惧洖璋冨湴鍧�
+     */
+    private String v3RefundNotifyUrl;
+
+    /**
      * 鏀粯璇佷功(p12)
      */
     private String keyPath;
@@ -76,13 +86,15 @@
      */
     private String privateCertPath;
 
-
-
     /**
      * 鏀粯key
      */
     private String privateKeyPath;
 
 
+    /**
+     * 寰俊鏀粯鍏挜ID
+     */
+    private String publicKeyId;
 
 }

--
Gitblit v1.9.3