Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

v1.1.1

Compare
Choose a tag to compare
@chanjarster chanjarster released this 25 Jan 03:09
· 168 commits to master since this release
  1. issue #76 修复消息去重逻辑
  2. issue #77 用matcher做新的猜数字游戏,代码更简单
  3. issue #77 添加自定义消息匹配器的支持
  4. issue #78 删除接口支持批量操作
  5. issue #79 增加批量获取用户详情的接口
  6. issue #80 增加用户进入应用的callback事件
  7. issue #81 增加获取微信服务器的ip段接口
  8. issue #82 增加邀请成员关注接口
  9. issue #84 Wx*ConfigStorage在多线程环境下有visibility问题
  10. issue #86 handler, intercept方法签名添加throw WxException
  11. issue #87 WxMessageRouter、Rule提供setter方法,便于使用spring等依赖注入框架
  12. issue #88 修改createJsapiSignature方法签名,便于开发人员使用