微信数据接口汇总

1、历史消息页接口:
https://mp.weixin.qq.com/mp/profile_ext?action=getmsg&__biz=" + biz
                + "&offset=0&count=10&uin=" + uin + "&key=" + key + "&f=json;

2、点赞阅读数
String url = "https://mp.weixin.qq.com/mp/getappmsgext?f=json&mock=&uin=" + uin + "&key=" + key + "&f=json";
        String params = "&__biz=" + biz + "&appmsg_type=9&mid=" + mid + "&sn=" + sn + "&idx=" + idx
                + "&scene=0&is_only_read=1";
                
3、公号认证信息
未认证账号:https://mp.weixin.qq.com/mp/getverifyinfo?__biz=" + biz + "&type=reg_info&lang=zh_CN&wx_header=1
认证账号:https://mp.weixin.qq.com/mp/getverifyinfo?__biz=" + biz + "&lang=zh_CN&wx_header=1

头信息:
map.put("x-wechat-uin", uin);
map.put("x-wechat-key", key);

4、评论数据
  String url = "https://mp.weixin.qq.com/mp/appmsg_comment?action=getcomment&scene=0&__biz=" + biz + "&appmsgid="
                + mid + "&idx=" + idx + "&comment_id=" + comment_id
                + "&offset=0&limit=100&wxtoken=777&devicetype=Windows%26nbsp%3B7&clientversion=62060833&appmsg_token="
                + appToken + "&pass_ticket=za7r2S470ZFlWD9UrFGK0SVDzTjsMEMqf7eMXF4iGNbHn+PZUXAv3yCCHvXo+ycY&wxtoken=777&devicetype=Windows%26nbsp%3B7%26nbsp%3Bx64&f=json";

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值