From 0ad75ffcfc4c581ef54de705fae48b44803ed2a5 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 21 四月 2026 11:27:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 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 5c86de7..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,8 +42,59 @@
     private String notifyUrl;
 
     /**
+     * V3鏀粯鍥炶皟鍦板潃
+     */
+    private String v3NotifyUrl;
+
+    /**
+     * V3閫�娆惧洖璋冨湴鍧�
+     */
+    private String v3RefundNotifyUrl;
+
+    /**
      * 鏀粯璇佷功(p12)
      */
     private String keyPath;
 
+
+
+    /**
+     * apiV3Key
+     */
+    private String apiV3Key;
+
+
+
+    /**
+     * 鍟嗘埛璇佷功搴忓垪鍙�
+     */
+    private String serialNumer;
+
+    /**
+     * 閫�娆惧洖璋�
+     */
+    private String refundNotifyUrl;
+
+    /**
+     * 鍟嗘埛鏀粯鍏挜
+     */
+    private String pubKeyPath;
+
+
+    /**
+     * 鏀粯绉橀挜
+     */
+    private String privateCertPath;
+
+    /**
+     * 鏀粯key
+     */
+    private String privateKeyPath;
+
+
+    /**
+     * 寰俊鏀粯鍏挜ID
+     */
+    private String publicKeyId;
+
 }

--
Gitblit v1.9.3