Class WeChatPayConfig

java.lang.Object
com.bytedesk.wechat.pay.sdk.WXPayConfig
com.bytedesk.wechat.pay.sdk.WeChatPayConfig

@Component public class WeChatPayConfig extends WXPayConfig
萝卜丝web-配置(萝卜丝公众号)
Author:
kefux.com on 2019/3/11
  • Field Details

    • enabled

      @Value("${wechat.pay.enabled:false}") private boolean enabled
    • certPath

      @Value("${wechat.pay.certpath:}") private String certPath
    • appId

      @Value("${wechat.pay.appid:}") private String appId
    • mchId

      @Value("${wechat.pay.mch_id:}") private String mchId
    • key

      @Value("${wechat.pay.key:}") private String key
    • certData

      private byte[] certData
  • Constructor Details

    • WeChatPayConfig

      public WeChatPayConfig()
  • Method Details