Tags: gostudyx/wechat
Tags
实例化Redis新增dialOpts参数以支持redis更多拨号设置 (silenceper#475) * 实例化Redis新dialOpts参数以支持redis更多拨号设置 * debug * gofmt file * remove go.mod empty line Co-authored-by: Jerry <[email protected]>
update release-2.0 (silenceper#454) * merge branch release-2.0 to v2 (silenceper#450) * feat: add/delete subscribe template (silenceper#449) * feat: 添加 SDKApiNotOpen 错误信息 (silenceper#448) * 添加微信客服SDK * polish:优化签名函数 * polish:优化注释内容 * polish:复用已有的Token以及CommonError,移除无用的输出 * polish:复用已有的消息加解密 * fix:修复错误信息被覆盖的问题 * polish:go fmt 文件 * polish:客服链接支持自定义参数并更新注释文档内容 * feat:支持微信客服回调请求的校验和消息的解析,复用原有的Signature和DecryptMsg方法 * feat:对外暴露SDKApiForbidden等错误 可以通过调用升级服务相关接口然后根据该错误判断微信客服配置来源 * feat:添加无效的open_kfid错误信息 * fix: 添加SDKApiNotOpen 错误信息 目前主要用于判断客户是否关闭了API授权,如果客户关闭了API功能导致服务异常,则可以引导用户执行相应的操作重新开启改功能 Co-authored-by: Afeyer <[email protected]> Co-authored-by: ZmJ <[email protected]> Co-authored-by: Afeyer <[email protected]> Co-authored-by: Afeyer <[email protected]> * Update go.yml (silenceper#452) * 修正字段问题 (silenceper#451) fix silenceper#443 * fix linux build failed when cgo disable (silenceper#453) Co-authored-by: ZmJ <[email protected]> Co-authored-by: Afeyer <[email protected]> Co-authored-by: Afeyer <[email protected]>
补充 添加/删除 公众号模板消息接口 (silenceper#440) * provide add/delete officialaccount template api * use util.DecodeWithError check errcode
fix silenceper#417: CouponFeed0 CouponFeed1 CouponFeed2字段映射失败 (silenc… …eper#427)
小程序内容安全 (silenceper#415) * 增加小程序内容安全接口 * 内容安全接口 按照golint规范进行优化 * 内容安全接口 按照golint规范进行优化 * 删除CheckImage中的输出代码 * 小程序内容安全接口 * 小程序内容安全接口 * 小程序内容安全接口 1:修改返回值 改为error异常统一返回 Co-authored-by: root <[email protected]>
fix 恢复直接使用enc.SetEscapeHTML参数 (silenceper#412) Co-authored-by: zhenlinwen <[email protected]>
支持公众号账号迁移,获取openID变化接口 (silenceper#370) * * 公众号菜单管理,set相关函数,返回btn本身,方便以字面量的方式创建多个菜单,更直观,方便管理 * * golangci-lint fix * * 获取二维码ticket接口没有往上抛接口错误 * * 增加GetOpenID方法,以获取消息的生产用户openID * * 支持公众号账号迁移,获取openID变化接口 * * bugfix * * golint fix * * golint fix
PreviousNext