类 WechatPayProperties.V3

  • 封闭类:
    WechatPayProperties

    public static class WechatPayProperties.V3
    extends Object
    wechat pay v3 properties.
    从以下版本开始:
    1.0.0.RELEASE
    作者:
    felord.cn
    • 字段详细资料

      • appId

        private String appId
        app id for wechat pay is required
      • appSecret

        private String appSecret
        app secret for wechat pay is required
      • appV3Secret

        private String appV3Secret
        app V3 secret is required by wechat pay V3
      • mchId

        private String mchId
        mchId for wechat pay is required
      • partnerKey

        private String partnerKey
        partnerKey for wechat pay is optional
      • certPath

        private String certPath
        wechat pay certificate Path
      • domain

        private String domain
        your pay server domain
    • 构造器详细资料

      • V3

        public V3()