MrShi
5 天以前 1c930a8b1ab9abdb851a486b2da55bcda34cd082
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;
}