From 82f707ece09a906007f3d760b6bb025896e3bba6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 22 四月 2026 15:39:36 +0800
Subject: [PATCH] 门店
---
server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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 69d36b6..350ce71 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
@@ -34,12 +34,12 @@
/**
* 鏀粯API瀵嗛挜
*/
- private String mchKey;
+// private String mchKey;
/**
* 鏀粯鍥炶皟鍦板潃
*/
- private String notifyUrl;
+// private String notifyUrl;
/**
* V3鏀粯鍥炶皟鍦板潃
@@ -54,7 +54,7 @@
/**
* 鏀粯璇佷功(p12)
*/
- private String keyPath;
+// private String keyPath;
@@ -73,18 +73,18 @@
/**
* 閫�娆惧洖璋�
*/
- private String refundNotifyUrl;
+// private String refundNotifyUrl;
/**
* 鍟嗘埛鏀粯鍏挜
*/
- private String pubKeyPath;
+// private String pubKeyPath;
/**
* 鏀粯绉橀挜
*/
- private String privateCertPath;
+// private String privateCertPath;
/**
* 鏀粯key
@@ -95,6 +95,6 @@
/**
* 寰俊鏀粯鍏挜ID
*/
- private String publicKeyId;
+// private String publicKeyId;
}
--
Gitblit v1.9.3