MrShi
9 天以前 e0a7b836464d6fcc037d46f845b8faf39cb5b13e
server/services/src/main/java/com/doumee/config/wx/WxPayProperties.java
@@ -15,11 +15,11 @@
@Data
public class WxPayProperties {
    /**
     * AppID
     */
    private String appId;
    private String apiV3Key;
    /**
     * AppSecret
@@ -35,44 +35,15 @@
     * 支付API密钥
     */
    private String mchKey;
    /**
     * 支付API密钥
     */
//    private String subMchKey;
    /**
     * 支付回调地址
     */
    private String notifyUrl;
    /**
     * 退款回调地址
     */
    private String refundNotifyUrl;
    /**
     * 支付证书(p12)
     */
    private String keyPath;
    private String serialNumer;
    private int existsSub;// true
    private String subAppId;//wxcd2b89fd2ff065f8
    private String subMchId;// 1229817002
    private String subAppSecret;// 1229817002
    private String typeId;// gybike
    private String privateKeyPath ;
    private String privateCertPath;// gybike
    private String pubKeyPath;//
    private String payPublicKeyId;//
    private String wechatSerialNumer;
    private String wechatPayPublicKeyId; // 微信支付公钥ID
    private String wechatPubKeyPath; //微信支付公钥文件路径
    private String wechatPrivateKeyPath;
    private String wechatNotifyUrl;
    private String wechatApiV3Key;
//    private String wechatPlatformPubKeyPath;
}