rk
昨天 ab9cd2c82bd64de8e33510db1d1e78a5b3b4de70
server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
@@ -42,6 +42,16 @@
    private String notifyUrl;
    /**
     * V3支付回调地址
     */
    private String v3NotifyUrl;
    /**
     * V3退款回调地址
     */
    private String v3RefundNotifyUrl;
    /**
     * 支付证书(p12)
     */
    private String keyPath;
@@ -76,13 +86,15 @@
     */
    private String privateCertPath;
    /**
     * 支付key
     */
    private String privateKeyPath;
    /**
     * 微信支付公钥ID
     */
    private String publicKeyId;
}