Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

公众号用户黑名单管理 #609

Merged
merged 10 commits into from
Aug 31, 2022
Merged

公众号用户黑名单管理 #609

merged 10 commits into from
Aug 31, 2022

Conversation

gzylg
Copy link
Contributor

@gzylg gzylg commented Aug 28, 2022

公众号用户黑名单管理:
github.com/silenceper/wechat/v2/officialaccount/user/blacklist.go
实现三个接口:
// 获取公众号的黑名单列表
getblacklistURL = "https://api.weixin.qq.com/cgi-bin/tags/members/getblacklist?access_token=%s"
// 拉黑用户
batchblacklistURL = "https://api.weixin.qq.com/cgi-bin/tags/members/batchblacklist?access_token=%s"
// 取消拉黑用户
batchunblacklistURL = "https://api.weixin.qq.com/cgi-bin/tags/members/batchunblacklist?access_token=%s"

@houseme houseme requested a review from silenceper August 28, 2022 12:33
officialaccount/user/blacklist.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@houseme houseme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gzylg gzylg requested review from houseme and removed request for silenceper August 28, 2022 14:14
@houseme houseme requested a review from silenceper August 28, 2022 23:49
officialaccount/user/blacklist.go Show resolved Hide resolved
officialaccount/user/blacklist.go Show resolved Hide resolved
@silenceper silenceper merged commit 88fc646 into silenceper:v2 Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants