用微x hook的消息id来实现获取图片 视频 语音等功能源码分享, 步骤: 首先得先登录vx文件传输助手 https://szfilehelper.weixin.qq.com/ 获得到cookie 只要下面三个参数就行了(其它的随意), webwx_data_ticket=随便写 wxuin=1111111; wxsid=22222222; webwx_data_ticket=333333; 然后访问链接地址可以得到原文件 获取消息中的图片 https://szfilehelper.weixin.qq.c ... msgimg??&MsgID=消息id(纯数字的那个)&mmweb_appid=wx_webfilehelper 获取消息中的视频 https://szfilehelper.weixin.qq.c ... tvideo??&MsgID=消息id(纯数字的那个)&mmweb_appid=wx_webfilehelper 获取消息中的语音 https://szfilehelper.weixin.qq.c ... tvoice??&MsgID=消息id(纯数字的那个)&mmweb_appid=wx_webfilehelper |