程序包 | 说明 |
---|---|
me.chanjar.weixin.cp.api | |
me.chanjar.weixin.cp.api.impl | |
me.chanjar.weixin.cp.bean |
限定符和类型 | 方法和说明 |
---|---|
WxCpAgent |
WxCpAgentService.get(Integer agentId)
获取企业号应用信息
该API用于获取企业号某个应用的基本信息,包括头像、昵称、账号类型、认证类型、可见范围等信息
详情请见: ...
|
限定符和类型 | 方法和说明 |
---|---|
List<WxCpAgent> |
WxCpAgentService.list()
获取应用列表.
|
限定符和类型 | 方法和说明 |
---|---|
void |
WxCpAgentService.set(WxCpAgent agentInfo)
设置应用.
|
限定符和类型 | 方法和说明 |
---|---|
WxCpAgent |
WxCpAgentServiceImpl.get(Integer agentId) |
限定符和类型 | 方法和说明 |
---|---|
List<WxCpAgent> |
WxCpAgentServiceImpl.list() |
限定符和类型 | 方法和说明 |
---|---|
void |
WxCpAgentServiceImpl.set(WxCpAgent agentInfo) |
限定符和类型 | 方法和说明 |
---|---|
static WxCpAgent |
WxCpAgent.fromJson(String json)
From json wx cp agent.
|
Copyright © 2024. All rights reserved.