Class WeixinComponentProxy

    • Field Detail

      • VERSION

        public static final String VERSION
    • Constructor Detail

      • WeixinComponentProxy

        public WeixinComponentProxy()
        微信第三方组件接口实现(使用weixin4j.properties配置的account#components账号信息, 使用FileCacheStorager文件方式缓存TOKEN)
      • WeixinComponentProxy

        public WeixinComponentProxy​(CacheStorager<Token> cacheStorager)
        微信第三方组件接口实现(使用weixin4j.properties配置的account#components账号信息)
        Parameters:
        cacheStorager - token管理
      • WeixinComponentProxy

        public WeixinComponentProxy​(WeixinMpAccount weixinMpAccount,
                                    CacheStorager<Token> cacheStorager)
        微信第三方组件接口实现
        Parameters:
        weixinMpAccount - 账号信息
        cacheStorager - token管理
Parameters:
componentId - 组件ID
Returns:
请求授权的URL
Throws:
WeixinException