v2.1.6
版本发布时间: 2023-11-02 09:45:57
silenceper/wechat最新发布版本:v2.1.7(2024-10-08 14:45:18)
What's Changed
- Improve developer experience by @jingyuexing in https://github.com/silenceper/wechat/pull/681
- feat: 公众号: 批量获取用户信息。 by @PublicPwd in https://github.com/silenceper/wechat/pull/686
- feat: 小程序/公众号增加 openApi 管理。 by @PublicPwd in https://github.com/silenceper/wechat/pull/685
- Update go.yml: 指定golangci-lint 版本为v1.52.2 by @silenceper in https://github.com/silenceper/wechat/pull/689
- feat: improve workflows config and upgrade action version by @houseme in https://github.com/silenceper/wechat/pull/690
- feat:企业微信-通讯录管理-互联企业 by @markwang1992 in https://github.com/silenceper/wechat/pull/688
- feat: 微信回调消息增加菜单ID字段 by @okhowang in https://github.com/silenceper/wechat/pull/694
- feat:企业微信-电子发票 by @markwang1992 in https://github.com/silenceper/wechat/pull/695
- feat:企业微信-客户联系-规则组/规则组标签 by @markwang1992 in https://github.com/silenceper/wechat/pull/697
- feat:企业微信-身份验证-获取用户身份及敏感信息 by @markwang1992 in https://github.com/silenceper/wechat/pull/692
- 微信开放平台 消息与事件url 添加result_info by @lttxws in https://github.com/silenceper/wechat/pull/696
- 调整结构体中CreateTime by @ourines in https://github.com/silenceper/wechat/pull/691
- 新增获取部门列表接口:https://qyapi.weixin.qq.com/cgi-bin/department/list by @just5325 in https://github.com/silenceper/wechat/pull/698
- feat:企业微信-客户联系-在职继承/离职继承 by @markwang1992 in https://github.com/silenceper/wechat/pull/699
- feat:企业微信-客户联系-客户朋友圈 by @markwang1992 in https://github.com/silenceper/wechat/pull/702
- feat: create mini program virtual payment by @houseme in https://github.com/silenceper/wechat/pull/709
- feat: create Mini Program entertainment mini-drama related interface by @houseme in https://github.com/silenceper/wechat/pull/711
- feat: Add APIs for User and Department by @shfc in https://github.com/silenceper/wechat/pull/712
- feat: ✨ 企业微信-客户联系-获客助手 by @Lumiaqian in https://github.com/silenceper/wechat/pull/704
- 小程序发货信息管理 by @ccfish86 in https://github.com/silenceper/wechat/pull/710
- 小程序消息推送 by @ccfish86 in https://github.com/silenceper/wechat/pull/713
- feat:企业微信-消息推送新增接口 by @markwang1992 in https://github.com/silenceper/wechat/pull/705
- feat:企业微信-微信客服-统计管理 by @markwang1992 in https://github.com/silenceper/wechat/pull/707
- feat:企业微信-微信客服-知识库 by @markwang1992 in https://github.com/silenceper/wechat/pull/715
- Feature/upload attachment by @Lumiaqian in https://github.com/silenceper/wechat/pull/720
- feat: Add Checkin by @shfc in https://github.com/silenceper/wechat/pull/719
- feat: 添加发放红包接口 by @febelery in https://github.com/silenceper/wechat/pull/726
- fix(work): fix GroupChatMember struct without State by @Lumiaqian in https://github.com/silenceper/wechat/pull/717
- feat(work): add DepartmentGet api by @Lumiaqian in https://github.com/silenceper/wechat/pull/718
- fix(work): fix UserGet api error userid not found by @Lumiaqian in https://github.com/silenceper/wechat/pull/723
- fix:GetAccessTokenContext从cache中获取字符窜为空时,从微信服务器获取 by @markwang1992 in https://github.com/silenceper/wechat/pull/721
- remove goreleaser by @silenceper in https://github.com/silenceper/wechat/pull/727
- fix(work): fix DepartmentGet error by @Lumiaqian in https://github.com/silenceper/wechat/pull/728
- fix: mini drama util.DecodeWithError result by @houseme in https://github.com/silenceper/wechat/pull/729
- fix(work): fix json Unmarshal Error in GetExternalUserDetail api by @Lumiaqian in https://github.com/silenceper/wechat/pull/732
- 企业微信-移除可省略的错误判断 by @markwang1992 in https://github.com/silenceper/wechat/pull/734
- feat(work): AddMsgTemplate api add params allow_select chat_id_list tag_filter by @Lumiaqian in https://github.com/silenceper/wechat/pull/730
- feat: 企业微信-打卡-日报与月报数据 by @hellolxc in https://github.com/silenceper/wechat/pull/733
- add: oauth 添加 ctx, 且增加 GetUserInfoByCodeCtx 方法快速获取用户信息 by @seth-shi in https://github.com/silenceper/wechat/pull/747
- Feature: improve code message subscribe by @houseme in https://github.com/silenceper/wechat/pull/739
- feat(work): add department by id by @ourines in https://github.com/silenceper/wechat/pull/741
- feat:企业微信-打卡-新增相关查询接口 by @markwang1992 in https://github.com/silenceper/wechat/pull/746
- fix(work): fixed AddGroupWelcomeTemplate Error by @Lumiaqian in https://github.com/silenceper/wechat/pull/745
- fix:compatibility cache expiration returns empty string issue by @leonard627 in https://github.com/silenceper/wechat/pull/742
- 支持在请求前修改各api的地址 by @zxfishhack in https://github.com/silenceper/wechat/pull/736
New Contributors
- @jingyuexing made their first contribution in https://github.com/silenceper/wechat/pull/681
- @PublicPwd made their first contribution in https://github.com/silenceper/wechat/pull/686
- @lttxws made their first contribution in https://github.com/silenceper/wechat/pull/696
- @ourines made their first contribution in https://github.com/silenceper/wechat/pull/691
- @Lumiaqian made their first contribution in https://github.com/silenceper/wechat/pull/704
- @ccfish86 made their first contribution in https://github.com/silenceper/wechat/pull/710
- @febelery made their first contribution in https://github.com/silenceper/wechat/pull/726
- @hellolxc made their first contribution in https://github.com/silenceper/wechat/pull/733
- @seth-shi made their first contribution in https://github.com/silenceper/wechat/pull/747
- @leonard627 made their first contribution in https://github.com/silenceper/wechat/pull/742
- @zxfishhack made their first contribution in https://github.com/silenceper/wechat/pull/736
Full Changelog: https://github.com/silenceper/wechat/compare/v2.1.5...v2.1.6