Uses of Class
com.foxinmy.weixin4j.qy.model.AgentInfo
-
Packages that use AgentInfo Package Description com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of AgentInfo in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return AgentInfo Modifier and Type Method Description AgentInfo
WeixinProxy. getAgent(int agentid)
获取企业号某个应用的基本信息,包括头像、昵称、帐号类型、认证类型、可见范围等信息 -
Uses of AgentInfo in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return AgentInfo Modifier and Type Method Description AgentInfo
AgentApi. getAgent(int agentid)
获取企业号某个应用的基本信息,包括头像、昵称、帐号类型、认证类型、可见范围等信息AgentInfo
SuiteApi. getAgent(String authCorpId, int agentid)
获取企业号应用
-