Skip to content

Instantly share code, notes, and snippets.

@suanmiao
Created December 26, 2013 11:56
Show Gist options
  • Save suanmiao/8132834 to your computer and use it in GitHub Desktop.
Save suanmiao/8132834 to your computer and use it in GitHub Desktop.
获取粉丝信息
url:https://mp.weixin.qq.com/cgi-bin/contactmanage?t=user/index&pagesize=10&pageidx=0&type=0&groupid=0&token=251253029&lang=zh_CN
需要referer:
第一页:https://mp.weixin.qq.com/cgi-bin/home?t=home/index&lang=zh_CN&token=251253029
后页:https://mp.weixin.qq.com/cgi-bin/contactmanage?t=user/index&pagesize=10&pageidx=0&type=0&groupid=0&token=251253029&lang=zh_CN
位置:
wx.cgiData={
pageIdx : 0,
pageCount : 5,
pageSize : 10,
groupsList :
({"groups":[{"id":0,"name":"未分组","cnt":49},{"id":1,"name":"黑名单","cnt":6},{"id":2,"name":"星标组","cnt":0},{"id":100,"name":"heh","cnt":1}]}).groups,
friendsList : ({"contacts":[
{"id":517884615,
"nick_name":"小宏",
"remark_name":"",
"group_id":0}
,{"id":2720150540,"nick_name":"卧槽字数越来越少","remark_name":"","group_id":0}
,{"id":355421075,"nick_name":"蒜苗白菜","remark_name":"","group_id":0},{"id":113086640,"nick_name":"Kate","remark_name":"","group_id":0},{"id":229297595,"nick_name":"丁逸章","remark_name":"","group_id":0},{"id":62969120,"nick_name":"来往","remark_name":"","group_id":0},{"id":344099975,"nick_name":"We信黄铁森","remark_name":"","group_id":0},{"id":1089499302,"nick_name":"Joseph Zhang","remark_name":"","group_id":0},{"id":2874822822,"nick_name":"施娟","remark_name":"","group_id":0},{"id":497920295,"nick_name":"舒","remark_name":"","group_id":0}]}).contacts,
currentGroupId : "0" * 1,
type : "0" * 1 || 0,
userRole : '1' * 1,
verifyMsgCount : '' * 1,
totalCount : '50' * 1
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment