Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

wxpy 0.3.9.7 (2017-6-6)

Compare
Choose a tag to compare
@youfou youfou released this 06 Jun 10:35
· 27 commits to master since this release
  1. [新增] 正式兼容 Python 2.7,感谢 @RaPoSpectre 的贡献!

  2. [新增] 公众号推送中的文章列表 Message.articles (文档)

    收到公众号推送消息(Sharing)时,可通过 msg.articles 来获取本条推送中的所有文章

  3. [新增] .set_remark_name() 可为群聊成员设置备注

  4. [修复] 上个版本中引入的 -1001 错误 (原因)

  5. [修复] 为 SentMessage 对象补全了 .member 属性

  6. [文档] 增加了 异常处理 (文档),并调整一些细节

  7. [新增] 加入了部分主要功能的 tests