From cfaf819cb87cec28fcc4341c560185ee3fb3baf6 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期四, 21 八月 2025 19:22:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 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 e5c948d..1605a27 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 @@ -38,7 +38,7 @@ /** * 鏀粯API瀵嗛挜 */ - private String subMchKey; +// private String subMchKey; /** * 鏀粯鍥炶皟鍦板潃 @@ -62,5 +62,16 @@ private String typeId;// gybike private String privateKeyPath ; private String privateCertPath;// gybike + 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; + } -- Gitblit v1.9.3