Class WeixinSuiteProxy

    • Field Detail

      • VERSION

        public static final String VERSION
    • Constructor Detail

      • WeixinSuiteProxy

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

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

        public WeixinSuiteProxy​(WeixinQyAccount weixinQyAccount,
                                CacheStorager<Token> cacheStorager)
        微信第三方套件接口实现
        Parameters:
        weixinQyAccount - 账号信息
        cacheStorager - token管理
Parameters:
suiteId - 套件ID
Returns:
请求授权的URL
Throws:
WeixinException