server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
@@ -46,4 +46,43 @@ */ private String keyPath; /** * apiV3Key */ private String apiV3Key; /** * 商户证书序列号 */ private String serialNumer; /** * 退款回调 */ private String refundNotifyUrl; /** * 商户支付公钥 */ private String pubKeyPath; /** * 支付秘钥 */ private String privateCertPath; /** * 支付key */ private String privateKeyPath; }