public class WxCpAgentServiceImpl extends Object implements WxCpAgentService
管理企业号应用 Created by huansinho on 2018/4/13.
public WxCpAgent get(Integer agentId) throws WxErrorException
WxCpAgentService
获取企业号应用信息 该API用于获取企业号某个应用的基本信息,包括头像、昵称、账号类型、认证类型、可见范围等信息 详情请见: ...
get
在接口中 WxCpAgentService
agentId
- 企业应用的idWxErrorException
- the wx error exceptionpublic void set(WxCpAgent agentInfo) throws WxErrorException
WxCpAgentService
设置应用. 仅企业可调用,可设置当前凭证对应的应用;第三方不可调用。 详情请见: ...
set
在接口中 WxCpAgentService
agentInfo
- 应用信息WxErrorException
- the wx error exceptionpublic List<WxCpAgent> list() throws WxErrorException
WxCpAgentService
获取应用列表. 企业仅可获取当前凭证对应的应用;第三方仅可获取被授权的应用。 详情请见: ...
list
在接口中 WxCpAgentService
WxErrorException
- the wx error exceptionCopyright © 2024. All rights reserved.