Skip to content

Commit

Permalink
Merge pull request #358 from jili0819/hotfix_tag_0721
Browse files Browse the repository at this point in the history
Hotfix tag 0721
  • Loading branch information
Matrix-X committed Jul 21, 2023
2 parents a10c8ad + 27248ba commit 51281e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/officialAccount/user/tag/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (comp *Client) UsersOfTag(ctx context.Context, tagID string, nextOpenID str

// 批量为用户打标签
// https://developers.weixin.qq.com/doc/offiaccount/User_Management/User_Tag_Management.html
func (comp *Client) TagUsers(ctx context.Context, openIDs []string, tagID string) (*response.ResponseTagUsers, error) {
func (comp *Client) TagUsers(ctx context.Context, openIDs []string, tagID int) (*response.ResponseTagUsers, error) {
result := &response.ResponseTagUsers{}

params := &object.HashMap{
Expand Down

0 comments on commit 51281e9

Please sign in to comment.