|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.github.sd4324530.fastweixin.company.api.QYBaseAPI
com.github.sd4324530.fastweixin.company.api.QYAgentAPI
public class QYAgentAPI
==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------
| 字段摘要 |
|---|
| 从类 com.github.sd4324530.fastweixin.company.api.QYBaseAPI 继承的字段 |
|---|
BASE_API_URL, config |
| 构造方法摘要 | |
|---|---|
QYAgentAPI(QYAPIConfig config)
构造方法,设置apiConfig |
|
| 方法摘要 | |
|---|---|
QYResultType |
create(QYAgent agent,
String mediaId)
已过时。 |
GetQYAgentListResponse |
getAll()
获取全部应用列表 |
GetQYAgentInfoResponse |
getInfo(String agentId)
获取应用信息 |
QYResultType |
update(Map<String,Object> params)
新的设置应用信息 |
| 从类 com.github.sd4324530.fastweixin.company.api.QYBaseAPI 继承的方法 |
|---|
executeGet, executePost, executePost, isSuccess |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public QYAgentAPI(QYAPIConfig config)
config - 微信API配置对象| 方法详细信息 |
|---|
public GetQYAgentListResponse getAll()
public GetQYAgentInfoResponse getInfo(String agentId)
agentId - 应用ID
@Deprecated
public QYResultType create(QYAgent agent,
String mediaId)
agent - 应用对象mediaId - 应用的logo
public QYResultType update(Map<String,Object> params)
params - 参数
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||