go-workwx icon indicating copy to clipboard operation
go-workwx copied to clipboard

外部联系人一些列接口和事件类型完善

Open ihipop opened this issue 1 year ago • 1 comments

  • 外部联系人免验证添加成员事件 接口漏掉的 GetWelcomeCode 方法
  • Add TagId to FollowUserTag
  • Add EventTypeChangeExternalChat 客户群变更事件
  • Add EventTypeChangeExternalTag 企业客户标签变更事件

ihipop avatar Sep 18 '23 08:09 ihipop

  • Deprecated BatchListExternalContact : 因为批量获取客户详情 https://developer.work.weixin.qq.com/document/path/92994 已经 deprecated UserID参数 但是为了保留向前兼容性 使用新的函数 BatchListExternalContactsOfUserIDs 实现新接口参数
  • 修复 UserIdentityInfo 结构体,原结构体是从 第三方调用家校沟通的用户授权的接口 文档页面获取的字段,实际上请求是并不是这个第三方授权接口 getuserinfo3rd 而是这个接口 https://developer.work.weixin.qq.com/document/path/91023

ihipop avatar Oct 25 '23 08:10 ihipop