1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

fix:企业微信-给外部联系人打标签-参数问题 (#577)

* fix:企业微信-给外部联系人打标签-参数问题

* Update tag.go

Co-authored-by: 俞彬彬 <shanshan82324650yu@163.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
bailey5239
2022-06-28 10:21:37 +08:00
committed by GitHub
parent c6325ace85
commit e1307648fd

View File

@@ -166,8 +166,9 @@ func (r *Client) DeleteCropTag(req DeleteCropTagRequest) error {
}
// MarkTagRequest 给客户打标签请求
// 相关文档地址https://developer.work.weixin.qq.com/document/path/92118
type MarkTagRequest struct {
UserID string `json:"user_id"`
UserID string `json:"userid"`
ExternalUserID string `json:"external_userid"`
AddTag []string `json:"add_tag"`
RemoveTag []string `json:"remove_tag"`