|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.github.sd4324530.fastweixin.api.BaseAPI
com.github.sd4324530.fastweixin.api.TagAPI
public class TagAPI
标签相关API
| 字段摘要 |
|---|
| 从类 com.github.sd4324530.fastweixin.api.BaseAPI 继承的字段 |
|---|
BASE_API_URL, config |
| 构造方法摘要 | |
|---|---|
TagAPI(ApiConfig config)
构造方法,设置apiConfig |
|
| 方法摘要 | |
|---|---|
CreateTagResponse |
create(String tagName)
创建标签 |
ResultType |
deleteTag(Integer tagId)
删除标签 |
GetAllTagsResponse |
getAllTags()
获取已经创建的标签 |
GetUsersResponse |
getUsersByTagId(Integer tagId,
String nextOpenid)
获取标签下粉丝 |
ResultType |
updateTag(Integer tagId,
String newTagName)
编辑标签 |
| 从类 com.github.sd4324530.fastweixin.api.BaseAPI 继承的方法 |
|---|
executeGet, executePost, executePost, isSuccess |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public TagAPI(ApiConfig config)
config - 微信API配置对象| 方法详细信息 |
|---|
public CreateTagResponse create(String tagName)
tagName - 标签名称
public GetAllTagsResponse getAllTags()
public ResultType updateTag(Integer tagId,
String newTagName)
tagId - 标签IDnewTagName - 新的标签名称
public ResultType deleteTag(Integer tagId)
tagId - 需要删除的标签ID
public GetUsersResponse getUsersByTagId(Integer tagId,
String nextOpenid)
tagId - 标签IDnextOpenid - 下一个用户的openid,第一次不用填
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||