From c9f0611f690b3fb0cb120f5b6799f94977d3f129 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 20 四月 2026 11:34:23 +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