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 | 60 +++++++++++++++++++++++++++++++++++-------------------------
1 files changed, 35 insertions(+), 25 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..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
@@ -15,11 +15,11 @@
@Data
public class WxPayProperties {
+
/**
* AppID
*/
private String appId;
- private String apiV3Key;
/**
* AppSecret
@@ -35,44 +35,54 @@
* 鏀粯API瀵嗛挜
*/
private String mchKey;
- /**
- * 鏀粯API瀵嗛挜
- */
-// private String subMchKey;
/**
* 鏀粯鍥炶皟鍦板潃
*/
private String notifyUrl;
- /**
- * 閫�娆惧洖璋冨湴鍧�
- */
- private String refundNotifyUrl;
/**
* 鏀粯璇佷功(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;
+
}
--
Gitblit v1.9.3