Skip to content

Commit eec5e5d

Browse files
author
Matrix-X
committed
fix(official): UntagUsers with int tagId
1 parent 6dabb39 commit eec5e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/officialAccount/user/tag/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (comp *Client) TagUsers(ctx context.Context, openIDs []string, tagID int) (
123123

124124
// 批量为用户取消标签
125125
// https://developers.weixin.qq.com/doc/offiaccount/User_Management/User_Tag_Management.html
126-
func (comp *Client) UntagUsers(ctx context.Context, openIDs []string, tagID string) (*response.ResponseUntagUsers, error) {
126+
func (comp *Client) UntagUsers(ctx context.Context, openIDs []string, tagID int) (*response.ResponseUntagUsers, error) {
127127
result := &response.ResponseUntagUsers{}
128128

129129
params := &object.HashMap{

0 commit comments

Comments
 (0)