类 WxMaProperties.Config

java.lang.Object
cn.warpin.thirdPart.tencent.wx.miniapp.config.WxMaProperties.Config
封闭类:
WxMaProperties

public static class WxMaProperties.Config extends Object
  • 字段详细资料

    • appid

      private String appid
      设置微信小程序的appid
    • secret

      private String secret
      设置微信小程序的Secret
    • token

      private String token
      设置微信小程序消息服务器配置的token
    • aesKey

      private String aesKey
      设置微信小程序消息服务器配置的EncodingAESKey
    • msgDataFormat

      private String msgDataFormat
      消息格式,XML或者JSON
  • 构造器详细资料

    • Config

      public Config()