Skip to content

Instantly share code, notes, and snippets.

@suanmiao
Last active August 29, 2015 13:57
Show Gist options
  • Save suanmiao/9738380 to your computer and use it in GitHub Desktop.
Save suanmiao/9738380 to your computer and use it in GitHub Desktop.
Wechat Get Multiply type material and send

##Get Material

###Img

"file_id":200009248, "name":"9993fbeajw1e2oizz0ftdj.jpg", "type":2, "size":"107.7\tK", "update_time":1391959501, "play_length":0

#####Get Img:

Url: https://mp.weixin.qq.com/cgi-bin/getimgdata?token=2005144290&msgid={msgid}&mode=small&source=file&fileId=200009248&ow=-1

###Voice:

"file_id":100009278, "name":"Redbot_tpai_20140101_161611.mp3", "type":3, "size":"8.3\tK", "update_time":1388736226, "play_length":5000

####Get Voice:

Url:

https://mp.weixin.qq.com/cgi-bin/getvoicedata?msgid=&fileid=100009278&source=file&token=663980979&lang=zh_CN

https://mp.weixin.qq.com/cgi-bin/getimgdata?token=663980979&msgid={msgid}&mode=large&source=file&fileId=200009247&own=-1

###Video:

"file_cnt":{ "total":51, "img_cnt":39, "voice_cnt":2, "video_cnt":0, "app_msg_cnt":10, "commondity_msg_cnt":0, "video_msg_cnt":0 },

###Mass Img:

Params:

type:2 fileid:200009248 sex:0 groupid:-1 synctxweibo:0 synctxnews:0 country: province: city: imgcode: token:663980979 lang:zh_CN random:0.5236114982981235 f:json ajax:1 t:ajax-response


##Send voice

##Send App msg

type:10 appmsgid:200009249 sex:0 groupid:-1 synctxweibo:0 synctxnews:0 country: province: city: imgcode: token:431367441 lang:zh_CN random:0.4433270920999348 f:json ajax:1 t:ajax-response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment