微信那蛋疼的事件消息

==MsgType==

【请求】(非event带MsgId,在这里统称为消息)

text  image  voice  video  location  link  event

【答复】

text  image voice  video  musicURL  news


请求中event再细分

subscribe,unsubscribe,SCAN,LOCATION,CLICK,VIEW,scancode_push,scancode_waitmsg,pic_photo_or_album,pic_weixin,location_select


看得真蛋疼,有些动作事件+非事件请求混杂推送,乱!


==(2014年9月9日android 微信>=V5.4使用,之前则无反应==

 pic_sysphoto:拍照(1张),一次image消息。
 pic_photo_or_album:拍照或者相册发图(n张),先发一次pic_photo_or_album事件(一般不需要处理此事件),再发n次image消息。
 pic_weixin:微信相册发图(n张),先发一次pic_weixin事件(一般不需要处理此事件),再发n次image消息。
 location_select:先推送location_select事件,然后发出location消息。


从CreateTime上看事件和消息混杂,无固定先后。

你可能感兴趣的:(微信那蛋疼的事件消息)