littlecodersh / itchatmp

A complete and graceful API for wechat mp. 完备优雅的微信公众号接口,原生支持同步、协程使用。
http://itchatmp.readthedocs.io
MIT License
1.56k stars 339 forks source link

itchatmp.send 单纯文本的bug #12

Closed ammrwu closed 7 years ago

ammrwu commented 7 years ago

我用itchatmp.send('hello',fromUser)一直无法发出 itchatmp.send("@txt@xxx",fromUser) 也无法发出 用了 itchatmp.customerservice.send(itchatmp.content.TEXT,“helloa”,{},fromUser)可以发出去 这两个应该是一样的东西 应该是additionalDict这个参数的问题

littlecodersh commented 7 years ago

@ammrwu 已在新版本中更新,感谢你的指出!

pip install itchatmp -U