类 WxCpManagerServiceImpl

    • 构造器详细资料

      • WxCpManagerServiceImpl

        public WxCpManagerServiceImpl()
    • 方法详细资料

      • getService

        public me.chanjar.weixin.cp.api.WxCpService getService​(java.lang.String appId)
        从接口复制的说明: WxCpManagerService
        获取服务
        指定者:
        getService 在接口中 WxCpManagerService
        参数:
        appId - 应用ID
        返回:
        企业微信服务
      • setWxAppService

        @Autowired
        public void setWxAppService​(WxAppService wxAppService)
      • setRedisTemplate

        @Autowired
        public void setRedisTemplate​(org.springframework.data.redis.core.RedisTemplate<java.lang.String,​java.lang.String> redisTemplate)