public class WxMpUserTagServiceImpl extends Object implements WxMpUserTagService
| 构造器和说明 |
|---|
WxMpUserTagServiceImpl(WxMpService wxMpService) |
| 限定符和类型 | 方法和说明 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
boolean |
batchTagging(Long tagId,
String[] openids)
| ||||||||
Boolean |
tagDelete(Long id)
删除标签
详情请见:
List<WxUserTag>tagGet()
获取公众号已创建的标签
详情请见:
WxTagListUsertagListUser(Long tagId,
String nextOpenid)
获取标签下粉丝列表
详情请见:
BooleantagUpdate(Long id,
String name)
编辑标签
详情请见:
List<Integer>userTagList(String openid)
获取用户身上的标签列表
详情请见:
从类继承的方法 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2016. All rights reserved. |