flask-weixin icon indicating copy to clipboard operation
flask-weixin copied to clipboard

Weixin implementation in Flask.

Results 2 flask-weixin issues
Sort by recently updated
recently updated
newest added

在 `example.py` 中加入对其他 message_type的处理 增加对event的判断,分三种情况 `event`, `text` 及 其他(其他给予默认回复) 假设为`event`, 而且 event_key 为 EVENT_MUSIC, 则reply music; 其他默认回复text event_key

[Document](http://mp.weixin.qq.com/wiki/index.php?title=%E6%8E%A5%E5%85%A5%E6%8C%87%E5%BC%95)

enhancement