From ab9cd2c82bd64de8e33510db1d1e78a5b3b4de70 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 20 四月 2026 19:37:20 +0800
Subject: [PATCH] 代码生成

---
 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