Uses of Class
com.foxinmy.weixin4j.mp.model.ComponentAuthorizer
-
Packages that use ComponentAuthorizer Package Description com.foxinmy.weixin4j.mp.api -
-
Uses of ComponentAuthorizer in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return ComponentAuthorizer Modifier and Type Method Description ComponentAuthorizer
ComponentApi. getAuthorizerInfo(String authAppId)
获取授权方的公众号帐号基本信息:获取授权方的公众号基本信息,包括头像、昵称、帐号类型、认证类型、微信号、原始ID和二维码图片URL。 需要特别记录授权方的帐号类型,在消息及事件推送时,对于不具备客服接口的公众号,需要在5秒内立即响应;而若有客服接口,则可以选择暂时不响应, 而选择后续通过客服接口来发送消息触达粉丝
-