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 |   68 ++++++++++++++++++++++-----------
 1 files changed, 45 insertions(+), 23 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 3bf1ecf..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
@@ -15,11 +15,11 @@
 @Data
 public class WxPayProperties {
 
+
     /**
      * AppID
      */
     private String appId;
-    private String apiV3Key;
 
     /**
      * AppSecret
@@ -35,44 +35,66 @@
      * 鏀粯API瀵嗛挜
      */
     private String mchKey;
-    /**
-     * 鏀粯API瀵嗛挜
-     */
-//    private String subMchKey;
 
     /**
      * 鏀粯鍥炶皟鍦板潃
      */
     private String notifyUrl;
+
     /**
-     * 閫�娆惧洖璋冨湴鍧�
+     * V3鏀粯鍥炶皟鍦板潃
      */
-    private String refundNotifyUrl;
+    private String v3NotifyUrl;
+
+    /**
+     * V3閫�娆惧洖璋冨湴鍧�
+     */
+    private String v3RefundNotifyUrl;
 
     /**
      * 鏀粯璇佷功(p12)
      */
     private String keyPath;
+
+
+
+    /**
+     * apiV3Key
+     */
+    private String apiV3Key;
+
+
+
+    /**
+     * 鍟嗘埛璇佷功搴忓垪鍙�
+     */
     private String serialNumer;
 
-    private int existsSub;// true
-    private String subAppId;//wxcd2b89fd2ff065f8
-    private String subMchId;// 1229817002
-    private String subAppSecret;// 1229817002
-    private String typeId;// gybike
-    private String privateKeyPath ;
-    private String privateCertPath;// gybike
-    private String pubKeyPath;//
-    private String payPublicKeyId;//
+    /**
+     * 閫�娆惧洖璋�
+     */
+    private String refundNotifyUrl;
+
+    /**
+     * 鍟嗘埛鏀粯鍏挜
+     */
+    private String pubKeyPath;
 
 
-    private String wechatSerialNumer;
-    private String wechatPayPublicKeyId; // 寰俊鏀粯鍏挜ID
-    private String wechatPubKeyPath; //寰俊鏀粯鍏挜鏂囦欢璺緞
-    private String wechatPrivateKeyPath;
-    private String wechatNotifyUrl;
-    private String wechatApiV3Key;
-//    private String wechatPlatformPubKeyPath;
+    /**
+     * 鏀粯绉橀挜
+     */
+    private String privateCertPath;
 
+    /**
+     * 鏀粯key
+     */
+    private String privateKeyPath;
+
+
+    /**
+     * 寰俊鏀粯鍏挜ID
+     */
+    private String publicKeyId;
 
 }

--
Gitblit v1.9.3