From 7ee466ebc953bb5640bcf42f2b8e2a87aa471c21 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 15 四月 2026 20:12:21 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java | 31 +------------------------------
1 files changed, 1 insertions(+), 30 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..5c86de7 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,15 @@
* 鏀粯API瀵嗛挜
*/
private String mchKey;
- /**
- * 鏀粯API瀵嗛挜
- */
-// private String subMchKey;
/**
* 鏀粯鍥炶皟鍦板潃
*/
private String notifyUrl;
- /**
- * 閫�娆惧洖璋冨湴鍧�
- */
- private String refundNotifyUrl;
/**
* 鏀粯璇佷功(p12)
*/
private String keyPath;
- 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 wechatSerialNumer;
- private String wechatPayPublicKeyId; // 寰俊鏀粯鍏挜ID
- private String wechatPubKeyPath; //寰俊鏀粯鍏挜鏂囦欢璺緞
- private String wechatPrivateKeyPath;
- private String wechatNotifyUrl;
- private String wechatApiV3Key;
-// private String wechatPlatformPubKeyPath;
-
}
--
Gitblit v1.9.3