Class WeixinMpAccount

  • All Implemented Interfaces:
    Serializable

    public class WeixinMpAccount
    extends com.foxinmy.weixin4j.model.WeixinAccount
    微信公众号信息
    Since:
    JDK 1.6
    Author:
    jinyu
    See Also:
    Serialized Form
    • Constructor Detail

      • WeixinMpAccount

        public WeixinMpAccount​(String appId,
                               String appSecret,
                               List<com.foxinmy.weixin4j.model.WeixinAccount> components)
        Parameters:
        appId - 应用ID 使用普通接口(WeixinProxy对象)必须填写
        appSecret - 应用密钥 使用普通接口(WeixinProxy对象)必须填写
        components - 应用组件集合 使用套件接口(WeixinComponentProxy#ComponentApi)必须填写
    • Method Detail

      • getComponents

        public List<com.foxinmy.weixin4j.model.WeixinAccount> getComponents()
      • toString

        public String toString()
        Overrides:
        toString in class com.foxinmy.weixin4j.model.WeixinAccount