public interface WxMpUserTagService
WxUserTag
tagCreate(String name)
Boolean
tagDelete(Integer id)
List<WxUserTag>
tagGet()
tagUpdate(Integer id, String name)
WxUserTag tagCreate(String name) throws WxErrorException
创建标签 一个公众号,最多可以创建100个标签。 详情请见:用户标签管理 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/create?access_token=ACCESS_TOKEN
name
WxErrorException
List<WxUserTag> tagGet() throws WxErrorException
获取公众号已创建的标签 详情请见:用户标签管理 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/get?access_token=ACCESS_TOKEN
Boolean tagUpdate(Integer id, String name) throws WxErrorException
编辑标签 详情请见:用户标签管理 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/update?access_token=ACCESS_TOKEN
Boolean tagDelete(Integer id) throws WxErrorException
删除标签 详情请见:用户标签管理 接口url格式: https://api.weixin.qq.com/cgi-bin/tags/delete?access_token=ACCESS_TOKEN
Copyright © 2016. All rights reserved.