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