From d1171676ed28846f515250969f6b720523e2871d Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 21 四月 2026 11:12:40 +0800
Subject: [PATCH] 支付宝支付

---
 server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 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..e4c45ba 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
@@ -46,4 +46,43 @@
      */
     private String keyPath;
 
+
+
+    /**
+     * apiV3Key
+     */
+    private String apiV3Key;
+
+
+
+    /**
+     * 鍟嗘埛璇佷功搴忓垪鍙�
+     */
+    private String serialNumer;
+
+    /**
+     * 閫�娆惧洖璋�
+     */
+    private String refundNotifyUrl;
+
+    /**
+     * 鍟嗘埛鏀粯鍏挜
+     */
+    private String pubKeyPath;
+
+
+    /**
+     * 鏀粯绉橀挜
+     */
+    private String privateCertPath;
+
+
+
+    /**
+     * 鏀粯key
+     */
+    private String privateKeyPath;
+
+
+
 }

--
Gitblit v1.9.3