rk
5 天以前 e39dda2f25df9680e66c9e0dd3a606149e21bcc5
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;
}