WeChat.UserBlacklist (wechat v0.7.1) View Source
黑名单管理
Link to this section Summary
Link to this section Functions
Specs
batch_blacklist(WeChat.client(), WeChat.openid_list()) :: WeChat.response()
拉黑用户 - 官方文档
Specs
batch_unblacklist(WeChat.client(), WeChat.openid_list()) :: WeChat.response()
取消拉黑用户 - 官方文档
Specs
get_black_list(WeChat.client()) :: WeChat.response()
获取公众号的黑名单列表 - 官方文档
Specs
get_black_list(WeChat.client(), WeChat.openid()) :: WeChat.response()
获取公众号的黑名单列表 - 翻页 - 官方文档