WeChat.UserTag (wechat v0.8.0) View Source
标签管理
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
batch_tagging_users(WeChat.client(), tag_id(), WeChat.openid_list()) :: WeChat.response()
批量为用户打标签 - 官方文档
Specs
batch_untagging_users(WeChat.client(), tag_id(), WeChat.openid_list()) :: WeChat.response()
批量为用户取消标签 - 官方文档
Specs
create(WeChat.client(), tag_name()) :: WeChat.response()
创建标签 - 官方文档
Specs
delete(WeChat.client(), tag_id()) :: WeChat.response()
删除标签 - 官方文档
Specs
get(WeChat.client()) :: WeChat.response()
获取公众号已创建的标签 - 官方文档
Specs
get_tag_users(WeChat.client(), tag_id()) :: WeChat.response()
获取标签下粉丝列表 - 官方文档
Specs
get_tag_users(WeChat.client(), tag_id(), next_openid :: WeChat.openid()) :: WeChat.response()
获取标签下粉丝列表 - 翻页 - 官方文档
Specs
get_user_tags(WeChat.client(), WeChat.openid()) :: WeChat.response()
获取用户身上的标签列表 - 官方文档
Specs
update(WeChat.client(), tag_id(), tag_name()) :: WeChat.response()
编辑标签 - 官方文档