您的位置:首页 > 移动开发 > 微信开发

微信流程

2015-09-15 15:02 627 查看
微信webim流程分析

一 连接主站 https://web.wechat.com/
General
Remote Address:140.206.160.161:443
Request URL:https://wx.qq.com/?&lang=zh_CN
Request Method:GET
Status Code:200 OK
Response Headers
view source
Cache-Control:no-cache, must-revalidate
Connection:keep-alive
Content-Encoding:deflate
Content-Length:17685
Content-Type:text/html; charset=utf-8
Set-Cookie:mm_lang=zh_CN; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:08:20 GMT
X-WX-FJ:001,018,0000001024
X-WX-ST:2
Request Headers
view source
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding:gzip, deflate, sdch
Accept-Language:zh-CN,zh;q=0.8
Cache-Control:max-age=0
Connection:keep-alive
Cookie:webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxloadtime=1438830199_expired; wxpluginkey=1438821277; wxuin=2634695343; mm_lang=zh_CN; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1
Host:wx.qq.com
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Query String Parameters
view source
view URL encoded
:
lang:zh_CN

Request Cookies 277
MM_WX_NOTIFY_STATE 1 N/A N/A N/A 22
MM_WX_SOUND_STATE 1 N/A N/A N/A 19
mm_lang zh_CN N/A N/A N/A 15
pgv_pvi 4132870144 N/A N/A N/A 20
pgv_si s1961632768 N/A N/A N/A 20
webwxuvid 863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03 N/A N/A N/A 108
wxloadtime 1438830199_expired N/A N/A N/A 31
wxpluginkey 1438821277 N/A N/A N/A 24
wxuin 2634695343 N/A N/A N/A 18
Response Cookies 78
mm_lang

二 获取回话id

Remote Address:140.207.135.104:443
Request URL:https://login.weixin.qq.com/jslogin?appid=wx782c26e4c19acffb&redirect_uri=https%3A%2F%2Fwx.qq.com%2Fcgi-bin%2Fmmwebwx-bin%2Fwebwxnewloginpage&fun=new&lang=zh_CN&lang=zh_CN
Request Method:GET
Status Code:200 OK
Response Headers
view source
Cache-Control:no-cache, must-revalidate
Connection:keep-alive
Content-Encoding:deflate
Content-Length:53
Content-Type:text/javascript
Content-Type:text/html; charset=gbk
Request Headers
view source
Accept:*/*
Accept-Encoding:gzip, deflate, sdch
Accept-Language:zh-CN,zh;q=0.8
Connection:keep-alive
Cookie:pgv_pvi=4132870144; pgv_si=s1961632768
Host:login.weixin.qq.com
Referer:https://wx.qq.com/?&lang=zh_CN
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Query String Parameters
view source
view URL encoded
appid:wx782c26e4c19acffb
redirect_uri:https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxnewloginpage
fun:new
lang:zh_CN
lang:zh_CN

Cookie
Request Cookies 38
pgv_pvi 4132870144 N/A N/A N/A 20
pgv_si s1961632768 N/A N/A N/A 18
Response Cookies 0

Respond
window.QRLogin.code = 200; window.QRLogin.uuid = "4YUnSAi6pw==";

三 获得二维码
General
Remote Address:140.207.135.104:443
Request URL:https://login.weixin.qq.com/qrcode/4YUnSAi6pw==
Request Method:GET
Status Code:200 OK
Response Headers
view source
Connection:keep-alive
Content-Length:38609
Content-Type:image/jpeg
Request Headers
view source
Accept:image/webp,*/*;q=0.8
Accept-Encoding:gzip, deflate, sdch
Accept-Language:zh-CN,zh;q=0.8
Connection:keep-alive
Cookie:pgv_pvi=4132870144; pgv_si=s1961632768
Host:login.weixin.qq.com
Referer:https://wx.qq.com/?&lang=zh_CN
User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36

Request Cookies 38
pgv_pvi 4132870144 N/A N/A N/A 20
pgv_si s1961632768 N/A N/A N/A 18
Response Cookies

四 状态报告
rquest header

POST /cgi-bin/mmwebwx-bin/webwxstatreport?fun=new&lang=zh_CN HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Content-Length: 134
Accept: application/json, text/plain, */*
Origin: https://wx.qq.com User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxloadtime=1438830199_expired; wxpluginkey=1438821277; wxuin=2634695343; mm_lang=zh_CN; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1

respond header

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Length: 0

五 轮询是否扫描二维码

未扫描
GET /cgi-bin/mmwebwx-bin/login?loginicon=true&uuid=4YUnSAi6pw==&tip=0&r=-16481454&lang=zh_CN HTTP/1.1
Host: login.weixin.qq.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: pgv_pvi=4132870144; pgv_si=s1961632768

HTTP/1.1 200 OK
Content-Type: text/javascript
Connection: keep-alive
Content-Length: 16

window.code=408;

Request Cookies 38
pgv_pvi 4132870144 N/A N/A N/A 20
pgv_si s1961632768 N/A N/A N/A 18
Response Cookies 0

扫描了
GET /cgi-bin/mmwebwx-bin/login?loginicon=true&uuid=4YUnSAi6pw==&tip=0&r=-16535623&lang=zh_CN HTTP/1.1
Host: login.weixin.qq.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: pgv_pvi=4132870144; pgv_si=s1961632768

HTTP/1.1 200 OK
Content-Type: text/javascript
Connection: keep-alive
Content-Length: 6775

window.code=201;window.userAvatar = 'data:img/jpg;base64,/9j/4AAQSkZJRgABAQEAAQABAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCACEAIQDASIAAhEBAxEB/8QAHgAAA........SLh//2Q==';

Request Cookies 38
pgv_pvi 4132870144 N/A N/A N/A 20
pgv_si s1961632768 N/A N/A N/A 18
Response Cookies 0

六 登录

GET /cgi-bin/mmwebwx-bin/login?loginicon=true&uuid=4YUnSAi6pw==&tip=0&r=-16550245&lang=zh_CN HTTP/1.1
Host: login.weixin.qq.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: pgv_pvi=4132870144; pgv_si=s1961632768

HTTP/1.1 200 OK
Content-Type: text/javascript
Connection: keep-alive
Content-Length: 295

window.code=200;
window.redirect_uri="https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxnewloginpage?ticket=AVN_0JVKXb2nNy-QFI1-Eyqm@qrticket_0&uuid=4YUnSAi6pw==&lang=zh_CN&scan=1438830597&vcdataticket=AQaVDSawtUy28PNi-O654rOt&vccdtstr=LmG244s25HEHxiPBWLHm4EiqwaWw5yxEwmokE9VHU4HsdSobZmffXwk9HrfdpCY1";

七 获得微信uin和微信sid
GET /cgi-bin/mmwebwx-bin/webwxnewloginpage?ticket=AVN_0JVKXb2nNy-QFI1-Eyqm@qrticket_0&uuid=4YUnSAi6pw==&lang=zh_CN&scan=1438830597&vcdataticket=AQaVDSawtUy28PNi-O654rOt&vccdtstr=LmG244s25HEHxiPBWLHm4EiqwaWw5yxEwmokE9VHU4HsdSobZmffXwk9HrfdpCY1&fun=new&version=v2&lang=zh_CN HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Accept: application/json, text/plain, */*
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxloadtime=1438830199_expired; wxpluginkey=1438821277; wxuin=2634695343; mm_lang=zh_CN; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Connection: Close
Content-Type: text/html
Set-Cookie: wxuin=2634695343; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:17 GMT
Set-Cookie: wxsid=yk9yzt4MxrGpB6zg; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:17 GMT
Set-Cookie: wxloadtime=1438830617; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:17 GMT
Set-Cookie: mm_lang=zh_CN; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:17 GMT
Set-Cookie: webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt; Domain=.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:17 GMT
Content-Encoding: deflate
Content-Length: 222

<error><ret>0</ret><message>OK</message><skey>@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5</skey><wxsid>yk9yzt4MxrGpB6zg</wxsid><wxuin>2634695343</wxuin><pass_ticket>Yc%2FU1yFEo%2ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv</pass_ticket><isgrayscale>1</isgrayscale></error>

八 微信初始化

POST /cgi-bin/mmwebwx-bin/webwxinit?r=-16454198&lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Content-Length: 149
Accept: application/json, text/plain, */*
Origin: https://wx.qq.com User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: text/plain
Content-Encoding: deflate
Content-Length: 4153

{
"BaseResponse": {
"Ret": 0,
"ErrMsg": ""
}
,
"Count": 9,
"ContactList": [{
"Uin": 99001,
"UserName": "filehelper",
"NickName": "æ–‡ä»¶ä¼ è¾“åŠ©æ‰‹",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=0&username=filehelper&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 0,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "WJCSZS",
"PYQuanPin": "wenjianchuanshuzhushou",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "fil",
"EncryChatRoomId": ""
}
,{
"Uin": 3890226018,
"UserName": "@@a0953c0a76f32acb3910bd74e416dde1a907da9964ddd1ddce8735efc4171f53",
"NickName": "谁会是下一个!?",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628439123&username=@@a0953c0a76f32acb3910bd74e416dde1a907da9964ddd1ddce8735efc4171f53&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 2,
"MemberCount": 8,
"MemberList": [{
"Uin": 94852975,
"UserName": "@acdff13513f1ef3369b6eb97bacd929f",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "thi"
}
,{
"Uin": 764265601,
"UserName": "@e6a77b3f56f49dec9641e1261652a1865e8e9644c75b680c59f0be50afb14031",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 888148480,
"UserName": "@e356a0163e06b914c9408cdcc31333a3",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "liu"
}
,{
"Uin": 1718508320,
"UserName": "@8986223995e687f6dfb5cda2faa49fd9",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "zuo"
}
,{
"Uin": 1773732161,
"UserName": "@c4e73bb41d5df3815874a4388dabfc338477da97a3b40bf249e061602ca6f2d2",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 976113040,
"UserName": "@b8a3aa26b93293d4e3214576e115fb27",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wux"
}
,{
"Uin": 2371389412,
"UserName": "@9d73955b15e7bc019665a540debb48e36eb3d5878cea2da0552aaeedb237eb1f",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 888148480,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2390729601,
"UserName": "@c7d0b90f6bb4cc7be6f1930716df6fce",
"NickName": "友宝",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400261&username=@c7d0b90f6bb4cc7be6f1930716df6fce&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "友宝Uboxæ˜¯å…¨çƒå”¯ä¸€çš„äº’åŠ¨åž‹è‡ªåŠ©å”®è´§æœºï¼Œé€šè¿‡å‹å®æ‰‹æœºå®¢æˆ·ç«¯å¯åœ¨å”®è´§æœºä¸Šè´­ä¹°é¥®æ–™ã€é›¶é£Ÿã€å¿«é¤ï¼ŒèŽ·å¾—ä½ çš„ä¸“å±žä¾¿åˆ©ã€ä¸“å±žç‰¹æƒã€ä¸“å±žä¼˜æƒ ã€‚",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "YB",
"PYQuanPin": "youbao",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4,
"Province": "北京",
"City": "朝阳",
"Alias": "uboxol",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 100005,
"UserName": "weixin",
"NickName": "微信团队",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620070021&username=weixin&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 56,
"OwnerUin": 0,
"PYInitial": "WXTD",
"PYQuanPin": "weixintuandui",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "wei",
"EncryChatRoomId": ""
}
,{
"Uin": 429972606,
"UserName": "@@f6ad8f370e5005b60369e993dcc7272745ee7f761d1df26124c999c2c5616167",
"NickName": "å¼ ä¼Ÿ,明勋,bloodmoon,王鹏飞,天空,书生",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628441163&username=@@f6ad8f370e5005b60369e993dcc7272745ee7f761d1df26124c999c2c5616167&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 2,
"MemberCount": 6,
"MemberList": [{
"Uin": 127552,
"UserName": "@2befe10c6a619ac70faeb5694157a53a",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "ace"
}
,{
"Uin": 908435280,
"UserName": "@a3a0099d4a2d7942b006c229d74ec798",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "aud"
}
,{
"Uin": 1612925660,
"UserName": "@2a5e2fa8a679be291243a8d29d5233f2",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "lxy"
}
,{
"Uin": 1645959380,
"UserName": "@33336ddd8b86f1bdac83453b3d466124",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wan"
}
,{
"Uin": 1917246003,
"UserName": "@61a7785d3af7f5b0b5a3577a002a0192df30f083bc1983511937b36370f821a9",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 1645959380,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2393861983,
"UserName": "@4456d11946067ea1a36ca54778e0b820",
"NickName": "微信支付",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400187&username=@4456d11946067ea1a36ca54778e0b820&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "帮助解决微信支付中遇到的困难,收集关于微信支付的建议反馈。",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "WXZF",
"PYQuanPin": "weixinzhifu",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "",
"Alias": "wxzhifu",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 99001,
"UserName": "filehelper",
"NickName": "æ–‡ä»¶ä¼ è¾“åŠ©æ‰‹",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=0&username=filehelper&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 0,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "WJCSZS",
"PYQuanPin": "wenjianchuanshuzhushou",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "fil",
"EncryChatRoomId": ""
}
,{
"Uin": 2130237000,
"UserName": "@f871f6ce5c24b77eb4e149a350177c95",
"NickName": "招商银行信用卡",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400434&username=@f871f6ce5c24b77eb4e149a350177c95&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "信用卡官方微信!秒查账单 额度 积分,每一笔消费提醒。能办卡 开卡 查进度,快速账单分期,跨行还款0手续费,更有微信人工服务。已有1500万人关注使用,信用卡移动服务领跑者!",
"VerifyFlag": 29,
"OwnerUin": 0,
"PYInitial": "ZSYXXYK",
"PYQuanPin": "zhaoshangyinxingxinyongka",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "上海",
"City": "浦东新区",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "cmb",
"EncryChatRoomId": ""
}
,{
"Uin": 676428679,
"UserName": "@@bb13aa0a6597514acaf9cbe805aa59c9bdb146d543467b3953af41e83b2d7055",
"NickName": "-,thief,郭石磊,橄榄绿,赵旺峰,卓凡,珉子,九両半,许哲辉,å­¦æ–‡ä¹ æ­¦,",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628440544&username=@@bb13aa0a6597514acaf9cbe805aa59c9bdb146d543467b3953af41e83b2d7055&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 2,
"MemberCount": 21,
"MemberList": [{
"Uin": 51625640,
"UserName": "@0586f504696c984a147dcf3a0514c80a",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "sti"
}
,{
"Uin": 94852975,
"UserName": "@acdff13513f1ef3369b6eb97bacd929f",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "thi"
}
,{
"Uin": 183404175,
"UserName": "@4eeb72b73a6770af700737b0646345c3",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "guo"
}
,{
"Uin": 216106315,
"UserName": "@f33c26c623ebf1863dab93cface4dcfc",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "qq3"
}
,{
"Uin": 216710615,
"UserName": "@a87b661b3a507f86795d310dd19cfd68",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "zwf"
}
,{
"Uin": 237148055,
"UserName": "@72e337142bf635f5cfa028467be081db",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "qq6"
}
,{
"Uin": 253059855,
"UserName": "@559a27080460360c3ceaba419e7af5cf",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wm5"
}
,{
"Uin": 256975995,
"UserName": "@2e01b72dde48c60f91239f7afdd3a010",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "guo"
}
,{
"Uin": 453441295,
"UserName": "@007139297156908a30ee467d93df9278",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "xzh"
}
,{
"Uin": 764265601,
"UserName": "@e6a77b3f56f49dec9641e1261652a1865e8e9644c75b680c59f0be50afb14031",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 976113040,
"UserName": "@b8a3aa26b93293d4e3214576e115fb27",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wux"
}
,{
"Uin": 985601781,
"UserName": "@57302b68a7960b039198848379bd88d1f3108b66bbb37e8a8612759f9cc10e01",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 1296544880,
"UserName": "@bf490675bc731ea11600da2134f4a420",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "cri"
}
,{
"Uin": 1499449140,
"UserName": "@e32b7fcafc8e9ef90435bd39514e82a91e1470e8fd602b1605fe5ca127c58162",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "lim"
}
,{
"Uin": 1718508320,
"UserName": "@8986223995e687f6dfb5cda2faa49fd9",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "zuo"
}
,{
"Uin": 2056475761,
"UserName": "@9867b4fac566a1dd2bdbbeb355a3b3b01ec3312a9c3d405fd27e7392bd6e3a6d",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2095428741,
"UserName": "@c28099f54a38873f54a4db8e94813ab5be01835a04863f21dd9e0779142fb721",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2317342500,
"UserName": "@39542c2342265588ead5295bf8f39374",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "heh"
}
,{
"Uin": 2376425221,
"UserName": "@a6eafe6189a81377a5a8270b8aad53c425b04ac53c5b6a7aba0fa0102ec8df3c",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2873283120,
"UserName": "@18916c621d3434b2c25ad84d82cd74bd",
"NickName": "",
"AttrStatus": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "gao"
}
],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 1718508320,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
],
"SyncKey": {
"Count": 4,
"List": [{
"Key": 1,
"Val": 631640186
}
,{
"Key": 2,
"Val": 631640238
}
,{
"Key": 3,
"Val": 631640239
}
,{
"Key": 1000,
"Val": 1438821277
}
]
}
,
"User": {
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "书生",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=1161763377&username=@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"RemarkName": "",
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"HideInputBarFlag": 0,
"StarFriend": 0,
"Sex": 1,
"Signature": "æ­¤ç”Ÿè‹¥èƒ½å¾—å¹¸ç¦å®‰ç¨³ï¼Œè°åˆæ„¿é¢ æ²›æµç¦»",
"AppAccountFlag": 0,
"VerifyFlag": 0,
"ContactFlag": 0,
"WebWxPluginSwitch": 2,
"HeadImgFlag": 1,
"SnsFlag": 17
}
,
"ChatSet": "filehelper,@@a0953c0a76f32acb3910bd74e416dde1a907da9964ddd1ddce8735efc4171f53,@c7d0b90f6bb4cc7be6f1930716df6fce,weixin,@@f6ad8f370e5005b60369e993dcc7272745ee7f761d1df26124c999c2c5616167,@4456d11946067ea1a36ca54778e0b820,filehelper,@f871f6ce5c24b77eb4e149a350177c95,@@bb13aa0a6597514acaf9cbe805aa59c9bdb146d543467b3953af41e83b2d7055,",
"SKey": "@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ClientVersion": 637665846,
"SystemTime": 1438830617,
"GrayScale": 1,
"InviteStartCount": 40,
"MPSubscribeMsgCount": 1,
"MPSubscribeMsgList": [{
"UserName": "@c7d0b90f6bb4cc7be6f1930716df6fce",
"MPArticleCount": 2,
"MPArticleList": [{
"Title": "8月8æ— çŽ°é‡‘æ—¥ï¼Œæœ€é«˜88å…ƒçŽ°é‡‘åˆ¸ç­‰ä½ æ¥é¢†",
"Digest": "ã€è­¦å‘Šã€‘å…¨ç¯‡åæ§½ä»‹æ„è€…ç›´æŽ¥ç‚¹å‡»æ­¤å¤„é¢†å–çŽ°é‡‘åˆ¸â†‘åæ­£ä½ é¢†å®Œè¿˜å¾—å›žæ¥çœ‹æ€Žä¹ˆç”¨â†‘çŽ°é‡‘çš„ç”Ÿäº§æµé€šä¹Ÿä¼šå¯¼è‡´ç¢³æŽ’æ”¾ï¼ŸWT",
"Cover": "http://mmbiz.qpic.cn/mmbiz/4xqh2DApyibJlwDzIB6QJM5cyPslG1qzOFMF2AeMuD6d0zqUIawCSJia8JIaFqrEkhCjuslicEfSkvibicR4Hsiasteg/640?wxtype=jpeg&wxfrom=0|0|0",
"Url": "http://mp.weixin.qq.com/s?__biz=MjM5MDcyOTYwMQ==&mid=241839629&idx=1&sn=2691fb6b8a57679d277e475677b6f3eb&scene=0#rd"
}
,{
"Title": "å‹å®æ¸…å‡‰è§£æš‘ç¦åˆ©ï¼šæ’å¤§å†°æ³‰ä¹°ä¸€å¿…èµ ä¸€",
"Digest": "友宝君又来发福利啦!听说最近很多小伙伴们心情不好,友宝君表示很着急、很心疼。为了大家开心一笑,我思忖再三、冒",
"Cover": "http://mmbiz.qpic.cn/mmbiz/4xqh2DApyibJlwDzIB6QJM5cyPslG1qzOI5hpW7edTqfKbA3rtQCPGTUVZMicNfl6NPtBYRibNhAWeWmBzgj3pBRA/300?wxtype=jpeg&wxfrom=0|0|0",
"Url": "http://mp.weixin.qq.com/s?__biz=MjM5MDcyOTYwMQ==&mid=241839629&idx=2&sn=accaaa3e46b1ff3abb79536878281653&scene=0#rd"
}
],
"Time": 1438829322,
"NickName": "友宝"
}
],
"ClickReportInterval": 600000
}

九 消息通知

POST /cgi-bin/mmwebwx-bin/webwxstatusnotify?lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Content-Length: 348
Accept: application/json, text/plain, */*
Origin: https://wx.qq.com User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: text/plain
Content-Encoding: deflate
Content-Length: 73

{
"BaseResponse": {
"Ret": 0,
"ErrMsg": ""
}
,
"MsgID": "2732307919461936580"
}

十 获取最近联系人头像信息
如: 自己头像
GET /cgi-bin/mmwebwx-bin/webwxgeticon?seq=1161763377&username=@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5 HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Accept: image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

群1:
GET /cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628439123&username=@@a0953c0a76f32acb3910bd74e416dde1a907da9964ddd1ddce8735efc4171f53&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5 HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Accept: image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

群2:
GET /cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628441163&username=@@f6ad8f370e5005b60369e993dcc7272745ee7f761d1df26124c999c2c5616167&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5 HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Accept: image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

十一 获取联系人列表
GET /cgi-bin/mmwebwx-bin/webwxgetcontact?lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv&r=1438830614922&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5 HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Accept: application/json, text/plain, */*
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: text/plain
Content-Encoding: deflate
Content-Length: 10114

{
"BaseResponse": {
"Ret": 0,
"ErrMsg": ""
}
,
"MemberCount": 64,
"MemberList": [{
"Uin": 100005,
"UserName": "weixin",
"NickName": "微信团队",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620070021&username=weixin&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 56,
"OwnerUin": 0,
"PYInitial": "WXTD",
"PYQuanPin": "weixintuandui",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "wei",
"EncryChatRoomId": ""
}
,{
"Uin": 3098342726,
"UserName": "@8d0fed7edde29233664e448ce3bbafdc",
"NickName": "é­”æœ¯å­¦ä¹ å§",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620720450&username=@8d0fed7edde29233664e448ce3bbafdc&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "æœ€çŸ¥åçš„é­”æœ¯å­¦ä¹ å…¬ä¼—å·ï¼Œå¤§é‡é­”æœ¯ç§€ä»¥åŠæ•™å­¦è§†é¢‘ï¼Œå„ç§é­”æœ¯æ­ç§˜ï¼Œè®©ä½ è½»æ¾æˆä¸ºé­”æœ¯è¾¾äººï¼Œå­¦ä¹ é­”æœ¯ï¼Œä»Žå…³æ³¨é­”æœ¯å­¦ä¹ å§å¼€å§‹ã€‚èšä¼šè¡¨æ¼”æ³¡å¦žå¿…å¤‡å–”ï¼Œäº²ï¼",
"VerifyFlag": 8,
"OwnerUin": 0,
"PYInitial": "MSXXB",
"PYQuanPin": "moshuxuexiba",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "moshuxuexiba",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2024094042,
"UserName": "@62e716cc3566da60b40cff60a1c7a8bd90968bc3f52ecdac8de3eeb3ec28d1dc",
"NickName": "蔚蓝",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621220019&username=@62e716cc3566da60b40cff60a1c7a8bd90968bc3f52ecdac8de3eeb3ec28d1dc&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "田欣",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "WL",
"PYQuanPin": "weilan",
"RemarkPYInitial": "TX",
"RemarkPYQuanPin": "tianxin",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 136767,
"Province": "北京",
"City": "朝阳",
"Alias": "sunshine_xin0",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1718508320,
"UserName": "@8986223995e687f6dfb5cda2faa49fd9",
"NickName": "左岸",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621220023&username=@8986223995e687f6dfb5cda2faa49fd9&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "许兴龙",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "群处守嘴,独处守心。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "ZA",
"PYQuanPin": "zuoan",
"RemarkPYInitial": "XXL",
"RemarkPYQuanPin": "xuxinglong",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 110695,
"Province": "河北",
"City": "石家庄",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "zuo",
"EncryChatRoomId": ""
}
,{
"Uin": 2393861983,
"UserName": "@4456d11946067ea1a36ca54778e0b820",
"NickName": "微信支付",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400187&username=@4456d11946067ea1a36ca54778e0b820&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "帮助解决微信支付中遇到的困难,收集关于微信支付的建议反馈。",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "WXZF",
"PYQuanPin": "weixinzhifu",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "",
"Alias": "wxzhifu",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 3093205832,
"UserName": "@571ea38ea3f921c3ba415bba4ceeea26",
"NickName": "手机充值",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400197&username=@571ea38ea3f921c3ba415bba4ceeea26&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "ä¸ºæ‚¨æä¾›ä¾¿æ·çš„æ‰‹æœºè¯è´¹å……å€¼ç­‰æœåŠ¡ï¼Œè¿˜ä¼šç»å¸¸å‘Šè¯‰æ‚¨ç»™åŠ›çš„å……å€¼ä¼˜æƒ ä¿¡æ¯ã€‚",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "SJCZ",
"PYQuanPin": "shoujichongzhi",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "深圳",
"Alias": "wxhuafei",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 1317233309,
"UserName": "@4a3468065955ce054fdca2d0306fb17575155fc62b28b22e982ece1f24f51c64",
"NickName": "乖和尚",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620720221&username=@4a3468065955ce054fdca2d0306fb17575155fc62b28b22e982ece1f24f51c64&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "廖伟",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "GHS",
"PYQuanPin": "guaiheshang",
"RemarkPYInitial": "LW",
"RemarkPYQuanPin": "liaowei",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102501,
"Province": "北京",
"City": "西城",
"Alias": "lw01784780",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2393088926,
"UserName": "@9e9248331b6529d5c81ed0272899346e",
"NickName": "微信红包",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400421&username=@9e9248331b6529d5c81ed0272899346e&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "å¾®ä¿¡çº¢åŒ…å®˜æ–¹å¹³å°ï¼Œä¸ºä½ æä¾›å¿«æ·å®‰å…¨å¥½çŽ©çš„å‘çº¢åŒ…æœåŠ¡",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "WXHB",
"PYQuanPin": "weixinhongbao",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "深圳",
"Alias": "cft_fahongbao",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2130237000,
"UserName": "@f871f6ce5c24b77eb4e149a350177c95",
"NickName": "招商银行信用卡",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400434&username=@f871f6ce5c24b77eb4e149a350177c95&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "信用卡官方微信!秒查账单 额度 积分,每一笔消费提醒。能办卡 开卡 查进度,快速账单分期,跨行还款0手续费,更有微信人工服务。已有1500万人关注使用,信用卡移动服务领跑者!",
"VerifyFlag": 29,
"OwnerUin": 0,
"PYInitial": "ZSYXXYK",
"PYQuanPin": "zhaoshangyinxingxinyongka",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "上海",
"City": "浦东新区",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "cmb",
"EncryChatRoomId": ""
}
,{
"Uin": 2394370381,
"UserName": "@0361eed0df336fd6459a71dae84df956",
"NickName": "彩票",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621401037&username=@0361eed0df336fd6459a71dae84df956&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "微信支付,安全购彩",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "CP",
"PYQuanPin": "caipiao",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "深圳",
"Alias": "w-caipiao",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2317058626,
"UserName": "@2567fef9dc1b42b95a602fef2f07434ca53891c994aa72b20a6ec2f3b4e03540",
"NickName": "猎头Joanna",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621401553&username=@2567fef9dc1b42b95a602fef2f07434ca53891c994aa72b20a6ec2f3b4e03540&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "游戏行业人才、投资、产品推荐",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "LTJOANNA",
"PYQuanPin": "lietouJoanna",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 8805,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2861122060,
"UserName": "@c33268dda04e2cd1699951f59944412d",
"NickName": "QQ充值",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=622210180&username=@c33268dda04e2cd1699951f59944412d&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "为您提供便捷的充话费、Qå¸ã€ç½‘æ¸¸ç­‰å……å€¼æœåŠ¡ï¼Œè¿˜ä¼šç»å¸¸å‘Šè¯‰æ‚¨ç»™åŠ›çš„å……å€¼ä¼˜æƒ ï¼Œé©¬ä¸Šå…³æ³¨æˆ‘å§ã€‚",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "QQCZ",
"PYQuanPin": "QQchongzhi",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "深圳",
"Alias": "qqchongzhi",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "pmn",
"EncryChatRoomId": ""
}
,{
"Uin": 2396712461,
"UserName": "@80078939b3effc4c867c424124c100b6",
"NickName": "滴滴打车",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400747&username=@80078939b3effc4c867c424124c100b6&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "打车神器——滴滴打车,全国最大的智能手机叫车平台;覆盖最广、用户最多、最受喜爱的打车应用。滴滴一下,马上出发。官方订阅号请搜索“didi-taxi”关注“滴滴打车公众号”。",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "DDDC",
"PYQuanPin": "dididache",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "dididachegf",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2395628940,
"UserName": "@d1e86f38f07f136ce369303497d6f881",
"NickName": "QQ彩票",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=622890096&username=@d1e86f38f07f136ce369303497d6f881&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "åŠ æˆ‘ï¼Œå¿…ä¸­500万!",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "QQCP",
"PYQuanPin": "QQcaipiao",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "",
"Alias": "wcaipiao",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2390729601,
"UserName": "@c7d0b90f6bb4cc7be6f1930716df6fce",
"NickName": "友宝",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400261&username=@c7d0b90f6bb4cc7be6f1930716df6fce&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "友宝Uboxæ˜¯å…¨çƒå”¯ä¸€çš„äº’åŠ¨åž‹è‡ªåŠ©å”®è´§æœºï¼Œé€šè¿‡å‹å®æ‰‹æœºå®¢æˆ·ç«¯å¯åœ¨å”®è´§æœºä¸Šè´­ä¹°é¥®æ–™ã€é›¶é£Ÿã€å¿«é¤ï¼ŒèŽ·å¾—ä½ çš„ä¸“å±žä¾¿åˆ©ã€ä¸“å±žç‰¹æƒã€ä¸“å±žä¼˜æƒ ã€‚",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "YB",
"PYQuanPin": "youbao",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4,
"Province": "北京",
"City": "朝阳",
"Alias": "uboxol",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 1409358943,
"UserName": "@b3c68517a80c6ed23adbc3ca1df58bc227fc923d7202b67267870ab9361d81d9",
"NickName": "蓝色海洋",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624790099&username=@b3c68517a80c6ed23adbc3ca1df58bc227fc923d7202b67267870ab9361d81d9&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "万意",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "LSHY",
"PYQuanPin": "lansehaiyang",
"RemarkPYInitial": "WY",
"RemarkPYQuanPin": "wanyi",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4133,
"Province": "河北",
"City": "è¡¡æ°´",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1815394125,
"UserName": "@d8ebfb334340f83a43ff5bdac6e80441d583a64241bcfa086fa263b828140359",
"NickName": "姜太公",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624790591&username=@d8ebfb334340f83a43ff5bdac6e80441d583a64241bcfa086fa263b828140359&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "å¼ æ²›æ­¦è€å¸ˆ",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "å§œå¤ªå…¬çš„æœ¬äº‹ä½ æ˜¯æ˜Žç™½çš„",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "JTG",
"PYQuanPin": "jiangtaigong",
"RemarkPYInitial": "ZPWLS",
"RemarkPYQuanPin": "zhangpeiwulaoshi",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4133,
"Province": "河北",
"City": "唐山",
"Alias": "",
"SnsFlag": 1,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 3073137503,
"UserName": "@c53fb24206a678400a71da518f3801e6",
"NickName": "微信游戏",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=622210186&username=@c53fb24206a678400a71da518f3801e6&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "关注微信游戏官方公众帐号,即时收取游戏讯息,还能查看各游戏攻略,抢先体验活动!",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "WXYH",
"PYQuanPin": "weixinyouhu",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "广州",
"Alias": "game",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 3008183217,
"UserName": "@f9c2b08327e8c796f8f620c931a705e7",
"NickName": "音乐美文美图",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624790907&username=@f9c2b08327e8c796f8f620c931a705e7&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "æ¯å¤©ä¸ºä½ ç²¾é€‰ä¼˜ç¾Žçš„éŸ³ä¹å’Œç²¾å½©çš„ç¾Žå›¾ç¾Žæ–‡,让音乐,ç¾Žå›¾å’Œç¾Žæ–‡å¸¸ä¼´ä½ å·¦å³,è®©ä½ çš„ç”Ÿæ´»ä»Žæ­¤ä¸å†å•è°ƒ!",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "YYMWMT",
"PYQuanPin": "yinyuemeiwenmeitu",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "贵州",
"City": "贵阳",
"Alias": "yymwmt",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 1258149221,
"UserName": "@3db0085ec222d8d91662c48ec2555cf6afc50c621048eab9b8c2ca3ecfc82a81",
"NickName": "soul穿梭机",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620720061&username=@3db0085ec222d8d91662c48ec2555cf6afc50c621048eab9b8c2ca3ecfc82a81&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "闫彬彬",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "SOULCSJ",
"PYQuanPin": "soulchuansuoji",
"RemarkPYInitial": "YBB",
"RemarkPYQuanPin": "yanbinbin",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 16851903,
"Province": "",
"City": "",
"Alias": "linghun008",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1340261721,
"UserName": "@05d7eb9b27272628557e33174fa113f92899b3ae9ffbce06cda5a179d166dade",
"NickName": "Bi",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620720244&username=@05d7eb9b27272628557e33174fa113f92899b3ae9ffbce06cda5a179d166dade&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "毕尊禹",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "君子以顺德",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "BI",
"PYQuanPin": "Bi",
"RemarkPYInitial": "BZY",
"RemarkPYQuanPin": "bizunyu",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102503,
"Province": "",
"City": "",
"Alias": "scientista",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2366272680,
"UserName": "@6974ce44aaf9b99fb5fef951a59ff017",
"NickName": "ç”»é¥¼ç –å®¶",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624790594&username=@6974ce44aaf9b99fb5fef951a59ff017&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "æ®·ä¿Š",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "inner peace",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "HBZJ",
"PYQuanPin": "huabingzhuanjia",
"RemarkPYInitial": "YJ",
"RemarkPYQuanPin": "yinjun",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 110695,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "yin",
"EncryChatRoomId": ""
}
,{
"Uin": 1645959380,
"UserName": "@33336ddd8b86f1bdac83453b3d466124",
"NickName": "王鹏飞",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621401805&username=@33336ddd8b86f1bdac83453b3d466124&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "我不再重复昨天的节奏,从今天起,我开始新的生活。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "WPF",
"PYQuanPin": "wangpengfei",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 67751,
"Province": "北京",
"City": "昌平",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "wan",
"EncryChatRoomId": ""
}
,{
"Uin": 2063767082,
"UserName": "@1cc3d9e789d25d58a4502ca03f460ee9ace2c3c54cfdc94498c655d14385ccbd",
"NickName": "白姬",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620720192&username=@1cc3d9e789d25d58a4502ca03f460ee9ace2c3c54cfdc94498c655d14385ccbd&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "彼岸花开开彼岸。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "BJ",
"PYQuanPin": "baiji",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102437,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1917246003,
"UserName": "@61a7785d3af7f5b0b5a3577a002a0192df30f083bc1983511937b36370f821a9",
"NickName": "天空",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=623060241&username=@61a7785d3af7f5b0b5a3577a002a0192df30f083bc1983511937b36370f821a9&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "徐凯",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "脚踏实地,厚积薄发",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "TK",
"PYQuanPin": "tiankong",
"RemarkPYInitial": "XK",
"RemarkPYQuanPin": "xukai",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 135205,
"Province": "江西",
"City": "抚州",
"Alias": "meinthesky",
"SnsFlag": 16,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1773732161,
"UserName": "@c4e73bb41d5df3815874a4388dabfc338477da97a3b40bf249e061602ca6f2d2",
"NickName": "师博飞",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621220017&username=@c4e73bb41d5df3815874a4388dabfc338477da97a3b40bf249e061602ca6f2d2&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "孤注一掷 殊死一搏",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "SBF",
"PYQuanPin": "shibofei",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102437,
"Province": "陕西",
"City": "西安",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 764265601,
"UserName": "@e6a77b3f56f49dec9641e1261652a1865e8e9644c75b680c59f0be50afb14031",
"NickName": "å­¦æ–‡ä¹ æ­¦",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624791696&username=@e6a77b3f56f49dec9641e1261652a1865e8e9644c75b680c59f0be50afb14031&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "XWXW",
"PYQuanPin": "xuewenxiwu",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 36901,
"Province": "河北",
"City": "石家庄",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 888148480,
"UserName": "@e356a0163e06b914c9408cdcc31333a3",
"NickName": "柏拉肚",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624400230&username=@e356a0163e06b914c9408cdcc31333a3&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "刘昰恒",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "åªä¸ºç›¸é‡äºŽå¹´å°‘ï¼Œè¿·æ‹è¿‡ä½ çš„ç¬‘",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "BLD",
"PYQuanPin": "bailadu",
"RemarkPYInitial": "LSH",
"RemarkPYQuanPin": "liushiheng",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 28775,
"Province": "Istanbul",
"City": "",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "liu",
"EncryChatRoomId": ""
}
,{
"Uin": 1713438181,
"UserName": "@7f5df02e2a962d39f9953125c625102e9c0af186b5d9eb4800f9c936854fb5a2",
"NickName": "朱金花",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624793069&username=@7f5df02e2a962d39f9953125c625102e9c0af186b5d9eb4800f9c936854fb5a2&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "ä¸€é¢—å¼ºå¤§åˆ°æ— åšä¸æ‘§çš„å†…å¿ƒ",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "ZJH",
"PYQuanPin": "zhujinhua",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 99815,
"Province": "北京",
"City": "东城",
"Alias": "erzhuai0521",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2567379182,
"UserName": "@cda8ed5e3a63c18e1f172824275aa66d65e3fcb2dacaed65ffd9126af3bfa35b",
"NickName": "上官雨锦",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=623060576&username=@cda8ed5e3a63c18e1f172824275aa66d65e3fcb2dacaed65ffd9126af3bfa35b&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "å¼ ç«¯",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "花若盛开,蝴蝶自来!\nä½ è‹¥ç²¾å½©ï¼Œå¤©è‡ªå®‰æŽ’!",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "SGYJ",
"PYQuanPin": "shangguanyujin",
"RemarkPYInitial": "ZD",
"RemarkPYQuanPin": "zhangduan",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102973,
"Province": "辽宁",
"City": "沈阳",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 212345375,
"UserName": "@cf604d474d558aa29e90af40c1aa952f",
"NickName": "江湖",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=627050522&username=@cf604d474d558aa29e90af40c1aa952f&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "于立华",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "天黑刷白了头发,紧握着,我的火把",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "JH",
"PYQuanPin": "jianghu",
"RemarkPYInitial": "YLH",
"RemarkPYQuanPin": "yulihua",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102079,
"Province": "北京",
"City": "",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "nkj",
"EncryChatRoomId": ""
}
,{
"Uin": 2394720553,
"UserName": "@6e747169c628df3c24387347b275cf00",
"NickName": "浦发银行",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621400109&username=@6e747169c628df3c24387347b275cf00&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "浦发银行官方微信",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "PFYX",
"PYQuanPin": "pufayinxing",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "上海",
"City": "黄浦",
"Alias": "WE95528",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2514461203,
"UserName": "@f7de1e4c530147f612ecae4b6904b7393551b8db64395d86f65a47a5861dd679",
"NickName": "èµµæ˜Žç ",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=627051416&username=@f7de1e4c530147f612ecae4b6904b7393551b8db64395d86f65a47a5861dd679&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "æ„¿ä½ å¿ƒä¸­é•¿é©»èŠ³åŽã€‚",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "ZMZ",
"PYQuanPin": "zhaomingzhu",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 37,
"Province": "",
"City": "",
"Alias": "beijixingyu007",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 3075890008,
"UserName": "@05bed2e2bd3b3efdff28ea00f7a5fee8",
"NickName": "幻境迷城",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=627770360&username=@05bed2e2bd3b3efdff28ea00f7a5fee8&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "介绍迷城超级密室最新动态。 预约电话:67695266 åœ°å€ï¼šä¸°å°åŒºä¸œé“åŒ è¥31号金泰翔达写字楼帅佳小商品地下一层 乘车:地铁5号、10号、亦庄线,宋家庄站东北700米(宋庄路向北、顺八条向东到头,美廉美超市地下一层)",
"VerifyFlag": 8,
"OwnerUin": 0,
"PYInitial": "HJMC",
"PYQuanPin": "huanjingmicheng",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "北京",
"City": "丰台",
"Alias": "huanjingmicheng",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 3009009780,
"UserName": "@825b04f93a7ed3f6023807591cc4f463",
"NickName": "微信卡包",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=627770480&username=@825b04f93a7ed3f6023807591cc4f463&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "帮助解决使用微信卡包过程中遇到的问题,收集关于微信卡包的反馈建议。",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "WXKB",
"PYQuanPin": "weixinkabao",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "广州",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 710515480,
"UserName": "@a0feef889b120de227e54aee8fa9667d",
"NickName": "小资了没",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628431072&username=@a0feef889b120de227e54aee8fa9667d&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "李伟杰",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "XZLM",
"PYQuanPin": "xiaozilemei",
"RemarkPYInitial": "LWJ",
"RemarkPYQuanPin": "liweijie",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 73127,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "lih",
"EncryChatRoomId": ""
}
,{
"Uin": 976113040,
"UserName": "@b8a3aa26b93293d4e3214576e115fb27",
"NickName": "捡到個天使",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=626770419&username=@b8a3aa26b93293d4e3214576e115fb27&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "吴宪海",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "租个房子好麻烦啊,找不到",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "JDGTS",
"PYQuanPin": "jiandaogetianshi",
"RemarkPYInitial": "WXH",
"RemarkPYQuanPin": "wuxianhai",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 78843,
"Province": "河北",
"City": "唐山",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "wux",
"EncryChatRoomId": ""
}
,{
"Uin": 64017000,
"UserName": "@303e4780cc4eb9e39829d7dc43036cb6",
"NickName": "Wallen",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628435162&username=@303e4780cc4eb9e39829d7dc43036cb6&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "万杰",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "wallen",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "WALLEN",
"PYQuanPin": "Wallen",
"RemarkPYInitial": "WJ",
"RemarkPYQuanPin": "wanjie",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 127077,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "wal",
"EncryChatRoomId": ""
}
,{
"Uin": 3082135501,
"UserName": "@23ce93bc784f3c580b5ca2f7fb3bef09",
"NickName": "理财通",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628435657&username=@23ce93bc784f3c580b5ca2f7fb3bef09&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "è…¾è®¯å…¬å¸ç†è´¢é€šå®˜æ–¹è´¦å·ï¼Œç†è´¢é€šæ˜¯è´¢ä»˜é€šæºæ‰‹å¤šå®¶é‡‘èžæœºæž„æŽ¨å‡ºçš„å¤šæ ·åŒ–ç†è´¢æœåŠ¡å¹³å°ã€‚",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "LCT",
"PYQuanPin": "licaitong",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "",
"Alias": "cft_yuezengzhi",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2262534842,
"UserName": "@579c81a3a85aefa1674cc3bb41c5e703bc23adcd102cf23fbfab9549b5d695cd",
"NickName": "路文倩",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628435907&username=@579c81a3a85aefa1674cc3bb41c5e703bc23adcd102cf23fbfab9549b5d695cd&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "秋云春水,千山暮雪!",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "LWQ",
"PYQuanPin": "luwenqian",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4133,
"Province": "北京",
"City": "通州",
"Alias": "larafreya",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 231400535,
"UserName": "@28b47b17c15de1e2412834f9087166db",
"NickName": "Yea",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628437195&username=@28b47b17c15de1e2412834f9087166db&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "表嫂",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "一花一世界,一叶一如来",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "YEA",
"PYQuanPin": "Yea",
"RemarkPYInitial": "BS",
"RemarkPYQuanPin": "biaosao",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 66663,
"Province": "天津",
"City": "南开",
"Alias": "trucy-ycy",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "Yuc",
"EncryChatRoomId": ""
}
,{
"Uin": 929020741,
"UserName": "@6d042520ff7e2de57e39ee58206b5098",
"NickName": "桂萍",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624791685&username=@6d042520ff7e2de57e39ee58206b5098&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "邱桂萍",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "今生有缘",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "GP",
"PYQuanPin": "guiping",
"RemarkPYInitial": "QGP",
"RemarkPYQuanPin": "qiuguiping",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 73213,
"Province": "北京",
"City": "石景山",
"Alias": "qgp1129",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "a40",
"EncryChatRoomId": ""
}
,{
"Uin": 94852975,
"UserName": "@acdff13513f1ef3369b6eb97bacd929f",
"NickName": "thief",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628437558&username=@acdff13513f1ef3369b6eb97bacd929f&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "韩晓丁",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "睡到自然醒………",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "THIEF",
"PYQuanPin": "thief",
"RemarkPYInitial": "HXD",
"RemarkPYQuanPin": "hanxiaoding",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 233575,
"Province": "北京",
"City": "朝阳",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "thi",
"EncryChatRoomId": ""
}
,{
"Uin": 2390064820,
"UserName": "gh_22b87fa7cb3c",
"NickName": "语音提醒",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620070025&username=gh_22b87fa7cb3c&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "向我发送语音消息即可设置提醒。",
"VerifyFlag": 8,
"OwnerUin": 0,
"PYInitial": "YYDX",
"PYQuanPin": "yuyindixing",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "广东",
"City": "广州",
"Alias": "voicereminder",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2390980319,
"UserName": "@41dfcb9fe12df4af9a54bed43993bad3",
"NickName": "一米鲜-社区",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628438619&username=@41dfcb9fe12df4af9a54bed43993bad3&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "æ¥è‡ªç¤¾åŒºå•†åœˆçš„ç”¨æˆ·è¯·å…³æ³¨ï¼ä¸€ç±³é²œï¼Œæ‚¨èº«è¾¹çš„é«˜å“è´¨ç”Ÿé²œç”µå•†ã€‚æˆ‘ä»¬é€šè¿‡ç§»åŠ¨äº’è”ç½‘æ•´åˆäº§åœ°èµ„æºå’Œç‰©æµä½“ç³»ï¼Œä¸ºæ‚¨æä¾›å®‰å…¨ã€æ–°é²œå’Œå¿«æ·çš„ç”Ÿé²œäº§å“ï¼Œç›®å‰ä¸€ç±³é²œç¤¾åŒºé€æ­¥è¦†ç›–å…¨å›½åŸŽå¸‚æ ¸å¿ƒç¤¾åŒºå’Œå•†åœˆï¼ä¸€ç±³é²œï¼Œæ–°é²œå°±åœ¨ä¸€ç±³ä¹‹å†…ï¼",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "YMXSO",
"PYQuanPin": "yimixiansheou",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "yimixianlife",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 2601450723,
"UserName": "@1faa79ea395fc043e7b8231fe8a68fbf832736542422dc5497464333b8b7138a",
"NickName": "智慧",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628430929&username=@1faa79ea395fc043e7b8231fe8a68fbf832736542422dc5497464333b8b7138a&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "高智慧",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "@#%…&*()、~/-“‘:;?!",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "ZH",
"PYQuanPin": "zhihui",
"RemarkPYInitial": "GZH",
"RemarkPYQuanPin": "gaozhihui",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4197,
"Province": "河北",
"City": "唐山",
"Alias": "gao1223456789",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1612925660,
"UserName": "@2a5e2fa8a679be291243a8d29d5233f2",
"NickName": "bloodmoon",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624790438&username=@2a5e2fa8a679be291243a8d29d5233f2&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "刘新宇",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "BLOODMOON",
"PYQuanPin": "bloodmoon",
"RemarkPYInitial": "LXY",
"RemarkPYQuanPin": "liuxinyu",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 98343,
"Province": "辽宁",
"City": "沈阳",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "lxy",
"EncryChatRoomId": ""
}
,{
"Uin": 2245613561,
"UserName": "@fd3e159243829da5fb651f42608d696a446902bbe12028699464a8ae0d957f74",
"NickName": "转身,永远",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628439056&username=@fd3e159243829da5fb651f42608d696a446902bbe12028699464a8ae0d957f74&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "李信兴",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "做人之不敢做不能做之事,才能得人之不能得之物。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "ZSYY",
"PYQuanPin": "zhuaishenyongyuan",
"RemarkPYInitial": "LXX",
"RemarkPYQuanPin": "lixinxing",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102437,
"Province": "北京",
"City": "朝阳",
"Alias": "a214978528",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 580117720,
"UserName": "@016f09f218a6ad1a5c73bc6ce281dfd6",
"NickName": "随风",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=621220240&username=@016f09f218a6ad1a5c73bc6ce281dfd6&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "天王盖地虎,小鸡炖蘑菇",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "SF",
"PYQuanPin": "suifeng",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 12391,
"Province": "河北",
"City": "唐山",
"Alias": "qq807923380",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "q80",
"EncryChatRoomId": ""
}
,{
"Uin": 3001122324,
"UserName": "@214f9de3d477b19707d7c10ea249e8d4",
"NickName": "分众专享",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=627770288&username=@214f9de3d477b19707d7c10ea249e8d4&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "关注有惊喜,天天抢礼包",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "FZZX",
"PYQuanPin": "fenzhongzhuanxiang",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "上海",
"City": "长宁",
"Alias": "fmhudong",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 281551000,
"UserName": "@7d006b6ad3ac71333ffde6f6e091e1b0",
"NickName": "安 晓冉、",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624792407&username=@7d006b6ad3ac71333ffde6f6e091e1b0&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "卢秋霞 lucky",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "、努力做最好的自己…",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "AXR",
"PYQuanPin": "anxiaoran",
"RemarkPYInitial": "LQXLUCKY",
"RemarkPYQuanPin": "luqiuxialucky",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 13381,
"Province": "北京",
"City": "通州",
"Alias": "Aranran_521",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "luq",
"EncryChatRoomId": ""
}
,{
"Uin": 735354122,
"UserName": "@b1353065c5800d36c8505f49f9321a1491accf5e4bb3221013bb8920dd103f6b",
"NickName": "兰花",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628434089&username=@b1353065c5800d36c8505f49f9321a1491accf5e4bb3221013bb8920dd103f6b&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "LH",
"PYQuanPin": "lanhua",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4133,
"Province": "北京",
"City": "朝阳",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 127552,
"UserName": "@2befe10c6a619ac70faeb5694157a53a",
"NickName": "å¼ ä¼Ÿ",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=620720181&username=@2befe10c6a619ac70faeb5694157a53a&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "如鱼饮水,冷暖自知。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "ZW",
"PYQuanPin": "zhangwei",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4309095,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "ace",
"EncryChatRoomId": ""
}
,{
"Uin": 1001991242,
"UserName": "@1008cbfa9caae98f350c1b65307cf6d24c76ce592a6d9a4a1087330258e19f64",
"NickName": "日出",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628440122&username=@1008cbfa9caae98f350c1b65307cf6d24c76ce592a6d9a4a1087330258e19f64&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "祝建亮",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "迷茫!就是才华配不上梦想!",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "RC",
"PYQuanPin": "richu",
"RemarkPYInitial": "ZJL",
"RemarkPYQuanPin": "zhujianliang",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 16913377,
"Province": "陕西",
"City": "西安",
"Alias": "xxygzhu",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 1478368423,
"UserName": "@ed0a3f2c86244b91b6070407bb9e934c5b0a40a20c4718e1bfe410ff8765ec77",
"NickName": "冯克振",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628440216&username=@ed0a3f2c86244b91b6070407bb9e934c5b0a40a20c4718e1bfe410ff8765ec77&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "FKZ",
"PYQuanPin": "fengkezhen",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 4389,
"Province": "天津",
"City": "西青",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2490130100,
"UserName": "@bc5ddab6d7d7fede0a51173839a5e3d7",
"NickName": "李东桦",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628441072&username=@bc5ddab6d7d7fede0a51173839a5e3d7&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "第二引擎,成就第一",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "LDH",
"PYQuanPin": "lidonghua",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102439,
"Province": "广东",
"City": "深圳",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "lxd",
"EncryChatRoomId": ""
}
,{
"Uin": 686758925,
"UserName": "@9b6bf1a71e68a5585a4d542d4095aad87588b24f3de1d3edf7dd829c3ba5b94c",
"NickName": "纳尼",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628441435&username=@9b6bf1a71e68a5585a4d542d4095aad87588b24f3de1d3edf7dd829c3ba5b94c&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "我要的幸福,永不认输! ",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "NN",
"PYQuanPin": "nani",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 102437,
"Province": "北京",
"City": "丰台",
"Alias": "",
"SnsFlag": 1,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2144695681,
"UserName": "@135779e6c053215810741a854b8e0079ffc050889c8448141da03d7d3d41d3bf",
"NickName": "新的蜕変",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628441523&username=@135779e6c053215810741a854b8e0079ffc050889c8448141da03d7d3d41d3bf&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 1,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "吴秋芳",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "走错了路,要记得回头;\n爱错了人,要懂得放手!!!",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "XDTB",
"PYQuanPin": "xindetuibian",
"RemarkPYInitial": "WQF",
"RemarkPYQuanPin": "wuqiufang",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 16947133,
"Province": "河北",
"City": "唐山",
"Alias": "wuqiufang521",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 51625640,
"UserName": "@0586f504696c984a147dcf3a0514c80a",
"NickName": "-",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=627770702&username=@0586f504696c984a147dcf3a0514c80a&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "郭长华",
"HideInputBarFlag": 0,
"Sex": 1,
"Signature": "从今以后,就是我的故事了。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "GCH",
"RemarkPYQuanPin": "guochanghua",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 103589,
"Province": "吉林",
"City": "延边",
"Alias": "",
"SnsFlag": 49,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "sti",
"EncryChatRoomId": ""
}
,{
"Uin": 1707960022,
"UserName": "@acdad024531a3915206b5e22f93e790ef58def5e07631e513013b58e190a060a",
"NickName": "与时间同行",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628441673&username=@acdad024531a3915206b5e22f93e790ef58def5e07631e513013b58e190a060a&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "王雪峰",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "YSJTX",
"PYQuanPin": "yushijiantongxing",
"RemarkPYInitial": "WXF",
"RemarkPYQuanPin": "wangxuefeng",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 98341,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2233245442,
"UserName": "@cf3f915dd70d9436698645556ece5771f327911ea016ef21b17ebc7ddc795d46",
"NickName": "æˆ‘æ¨ä½ ï¼Œæˆ‘æƒ³æŒ æ­»ä½ ï¼Œï¼Œï¼Œ",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=628440029&username=@cf3f915dd70d9436698645556ece5771f327911ea016ef21b17ebc7ddc795d46&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 65539,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "南冬梅",
"HideInputBarFlag": 0,
"Sex": 2,
"Signature": "不求一生荣华富贵,只求家人一世平安。",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "WHNWXNSN",
"PYQuanPin": "wohenniwoxiangnaosini",
"RemarkPYInitial": "NDM",
"RemarkPYQuanPin": "nadongmei",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 5157,
"Province": "",
"City": "",
"Alias": "ndmd_13931516267",
"SnsFlag": 17,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 2397865677,
"UserName": "@47d32b4925500c5ef60368faa967fad8",
"NickName": "即买送",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=624792479&username=@47d32b4925500c5ef60368faa967fad8&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "即买送,为您提供超市代买代卖服务,免除您排队挤超市的烦忧~ 我们强大的配送员团队为您一小时送到噢! 我们不做生产商,我们只是超市的搬运工!!!!!",
"VerifyFlag": 24,
"OwnerUin": 0,
"PYInitial": "JMS",
"PYQuanPin": "jimaisong",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 0,
"AttrStatus": 0,
"Province": "北京",
"City": "æµ·æ·€",
"Alias": "jimaisong",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "gh_",
"EncryChatRoomId": ""
}
,{
"Uin": 3244742050,
"UserName": "@@752eb6076df4827e69ddeeeb727433a27cf620a043d9ae09ef9fd9bb7fbcefd7",
"NickName": "理工08通信1班",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628434556&username=@@752eb6076df4827e69ddeeeb727433a27cf620a043d9ae09ef9fd9bb7fbcefd7&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "LG08TX1B",
"PYQuanPin": "ligong08tongxin1ban",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
,{
"Uin": 545209635,
"UserName": "@@080b0f05004a16bcb84eff89a182fb5c21f8dc811154a14394ae114f8352f633",
"NickName": "4399",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628438036&username=@@080b0f05004a16bcb84eff89a182fb5c21f8dc811154a14394ae114f8352f633&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5",
"ContactFlag": 3,
"MemberCount": 0,
"MemberList": [],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 0,
"PYInitial": "4399",
"PYQuanPin": "4399",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": ""
}
]
}

十二 同步检测
GET /cgi-bin/mmwebwx-bin/synccheck?r=1438830614924&skey=%40crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5&sid=yk9yzt4MxrGpB6zg&uin=2634695343&deviceid=e088269477710128&synckey=1_631640186%7C2_631640238%7C3_631640239%7C1000_1438821277&lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv HTTP/1.1
Host: webpush.weixin.qq.com
Connection: keep-alive
Accept: */*
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: pgv_pvi=4132870144; pgv_si=s1961632768; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Connection: keep-alive
Content-Type: text/javascript
Content-Length: 43

window.synccheck={retcode:"0",selector:"2"}

十三 增量检测
POST /cgi-bin/mmwebwx-bin/webwxsync?sid=yk9yzt4MxrGpB6zg&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5&lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Content-Length: 301
Accept: application/json, text/plain, */*
Origin: https://wx.qq.com User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: text/plain
Set-Cookie: wxloadtime=1438830617_expired; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Set-Cookie: wxpluginkey=1438821277; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Set-Cookie: wxuin=2634695343; Domain=wx.qq.com; Path=/; Expires=Sun, 09-Aug-2015 03:10:18 GMT
Set-Cookie: wxsid=yk9yzt4MxrGpB6zg; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Set-Cookie: webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt; Domain=.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Content-Encoding: deflate
Content-Length: 307

{
"BaseResponse": {
"Ret": 0,
"ErrMsg": ""
}
,
"AddMsgCount": 0,
"AddMsgList": [],
"ModContactCount": 0,
"ModContactList": [],
"DelContactCount": 0,
"DelContactList": [],
"ModChatRoomMemberCount": 0,
"ModChatRoomMemberList": [],
"Profile": {
"BitFlag": 0,
"UserName": {
"Buff": ""
}
,
"NickName": {
"Buff": ""
}
,
"BindUin": 0,
"BindEmail": {
"Buff": ""
}
,
"BindMobile": {
"Buff": ""
}
,
"Status": 0,
"Sex": 0,
"PersonalCard": 0,
"Alias": "",
"HeadImgUpdateFlag": 0,
"HeadImgUrl": "",
"Signature": ""
}
,
"ContinueFlag": 0,
"SyncKey": {
"Count": 5,
"List": [{
"Key": 1,
"Val": 631640186
}
,{
"Key": 2,
"Val": 631640240
}
,{
"Key": 3,
"Val": 631640239
}
,{
"Key": 11,
"Val": 631640017
}
,{
"Key": 1000,
"Val": 1438821277
}
]
}
,
"SKey": ""
}

十四 其它通信协议
POST /cgi-bin/mmwebwx-bin/webwxbatchgetcontact?type=ex&r=1438830615083&lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Content-Length: 460
Accept: application/json, text/plain, */*
Origin: https://wx.qq.com User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; wxpluginkey=1438821277; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; wxloadtime=1438830617; mm_lang=zh_CN; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: text/plain
Content-Encoding: deflate
Content-Length: 2431

{
"BaseResponse": {
"Ret": 0,
"ErrMsg": ""
}
,
"Count": 3,
"ContactList": [{
"Uin": 676428679,
"UserName": "@@bb13aa0a6597514acaf9cbe805aa59c9bdb146d543467b3953af41e83b2d7055",
"NickName": "",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628440544&username=@@bb13aa0a6597514acaf9cbe805aa59c9bdb146d543467b3953af41e83b2d7055&skey=",
"ContactFlag": 2,
"MemberCount": 21,
"MemberList": [{
"Uin": 51625640,
"UserName": "@0586f504696c984a147dcf3a0514c80a",
"NickName": "郭长华",
"AttrStatus": 103589,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "sti"
}
,{
"Uin": 94852975,
"UserName": "@acdff13513f1ef3369b6eb97bacd929f",
"NickName": "韩晓丁",
"AttrStatus": 233575,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "thi"
}
,{
"Uin": 183404175,
"UserName": "@4eeb72b73a6770af700737b0646345c3",
"NickName": "郭石磊",
"AttrStatus": 127079,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "guo"
}
,{
"Uin": 216106315,
"UserName": "@f33c26c623ebf1863dab93cface4dcfc",
"NickName": "橄榄绿",
"AttrStatus": 104487,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "qq3"
}
,{
"Uin": 216710615,
"UserName": "@a87b661b3a507f86795d310dd19cfd68",
"NickName": "赵旺峰",
"AttrStatus": 233895,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "zwf"
}
,{
"Uin": 237148055,
"UserName": "@72e337142bf635f5cfa028467be081db",
"NickName": "卓凡",
"AttrStatus": 77927,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "qq6"
}
,{
"Uin": 253059855,
"UserName": "@559a27080460360c3ceaba419e7af5cf",
"NickName": "珉子",
"AttrStatus": 108647,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wm5"
}
,{
"Uin": 256975995,
"UserName": "@2e01b72dde48c60f91239f7afdd3a010",
"NickName": "九両半",
"AttrStatus": 102519,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "guo"
}
,{
"Uin": 453441295,
"UserName": "@007139297156908a30ee467d93df9278",
"NickName": "许哲辉",
"AttrStatus": 241767,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "xzh"
}
,{
"Uin": 764265601,
"UserName": "@e6a77b3f56f49dec9641e1261652a1865e8e9644c75b680c59f0be50afb14031",
"NickName": "å­¦æ–‡ä¹ æ­¦",
"AttrStatus": 36901,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 976113040,
"UserName": "@b8a3aa26b93293d4e3214576e115fb27",
"NickName": "吴宪海",
"AttrStatus": 78843,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wux"
}
,{
"Uin": 985601781,
"UserName": "@57302b68a7960b039198848379bd88d1f3108b66bbb37e8a8612759f9cc10e01",
"NickName": "大灰灰",
"AttrStatus": 98341,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 1296544880,
"UserName": "@bf490675bc731ea11600da2134f4a420",
"NickName": "å¼ é‡‘è™Ž",
"AttrStatus": 106599,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "cri"
}
,{
"Uin": 1499449140,
"UserName": "@e32b7fcafc8e9ef90435bd39514e82a91e1470e8fd602b1605fe5ca127c58162",
"NickName": "梦博",
"AttrStatus": 4199,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "lim"
}
,{
"Uin": 1718508320,
"UserName": "@8986223995e687f6dfb5cda2faa49fd9",
"NickName": "许兴龙",
"AttrStatus": 110695,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "zuo"
}
,{
"Uin": 2056475761,
"UserName": "@9867b4fac566a1dd2bdbbeb355a3b3b01ec3312a9c3d405fd27e7392bd6e3a6d",
"NickName": "董立峰",
"AttrStatus": 102439,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2095428741,
"UserName": "@c28099f54a38873f54a4db8e94813ab5be01835a04863f21dd9e0779142fb721",
"NickName": "<span class=\"emoji emoji1f431\"></span>宋明",
"AttrStatus": 4135,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2317342500,
"UserName": "@39542c2342265588ead5295bf8f39374",
"NickName": "Lin",
"AttrStatus": 111719,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "heh"
}
,{
"Uin": 2376425221,
"UserName": "@a6eafe6189a81377a5a8270b8aad53c425b04ac53c5b6a7aba0fa0102ec8df3c",
"NickName": "王彦波",
"AttrStatus": 102649,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "书生",
"AttrStatus": 4197,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2873283120,
"UserName": "@18916c621d3434b2c25ad84d82cd74bd",
"NickName": "高佩佩",
"AttrStatus": 4199,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "gao"
}
],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 1718508320,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": "@6901a24eaf1ddb3dc357c19e4c875bef"
}
,{
"Uin": 429972606,
"UserName": "@@f6ad8f370e5005b60369e993dcc7272745ee7f761d1df26124c999c2c5616167",
"NickName": "",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628441163&username=@@f6ad8f370e5005b60369e993dcc7272745ee7f761d1df26124c999c2c5616167&skey=",
"ContactFlag": 2,
"MemberCount": 6,
"MemberList": [{
"Uin": 127552,
"UserName": "@2befe10c6a619ac70faeb5694157a53a",
"NickName": "å¼ ä¼Ÿ",
"AttrStatus": 4309095,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "ace"
}
,{
"Uin": 908435280,
"UserName": "@a3a0099d4a2d7942b006c229d74ec798",
"NickName": "明勋",
"AttrStatus": 127079,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "aud"
}
,{
"Uin": 1612925660,
"UserName": "@2a5e2fa8a679be291243a8d29d5233f2",
"NickName": "刘新宇",
"AttrStatus": 98343,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "lxy"
}
,{
"Uin": 1645959380,
"UserName": "@33336ddd8b86f1bdac83453b3d466124",
"NickName": "王鹏飞",
"AttrStatus": 67751,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wan"
}
,{
"Uin": 1917246003,
"UserName": "@61a7785d3af7f5b0b5a3577a002a0192df30f083bc1983511937b36370f821a9",
"NickName": "徐凯",
"AttrStatus": 135205,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "书生",
"AttrStatus": 4197,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 1645959380,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": "@1dc2ec764a6ba9417c88b5306e6de492"
}
,{
"Uin": 3890226018,
"UserName": "@@a0953c0a76f32acb3910bd74e416dde1a907da9964ddd1ddce8735efc4171f53",
"NickName": "谁会是下一个!?",
"HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgetheadimg?seq=628439123&username=@@a0953c0a76f32acb3910bd74e416dde1a907da9964ddd1ddce8735efc4171f53&skey=",
"ContactFlag": 2,
"MemberCount": 8,
"MemberList": [{
"Uin": 94852975,
"UserName": "@acdff13513f1ef3369b6eb97bacd929f",
"NickName": "韩晓丁",
"AttrStatus": 233575,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "thi"
}
,{
"Uin": 764265601,
"UserName": "@e6a77b3f56f49dec9641e1261652a1865e8e9644c75b680c59f0be50afb14031",
"NickName": "å­¦æ–‡ä¹ æ­¦",
"AttrStatus": 36901,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 888148480,
"UserName": "@e356a0163e06b914c9408cdcc31333a3",
"NickName": "刘昰恒",
"AttrStatus": 28775,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "liu"
}
,{
"Uin": 1718508320,
"UserName": "@8986223995e687f6dfb5cda2faa49fd9",
"NickName": "许兴龙",
"AttrStatus": 110695,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "zuo"
}
,{
"Uin": 1773732161,
"UserName": "@c4e73bb41d5df3815874a4388dabfc338477da97a3b40bf249e061602ca6f2d2",
"NickName": "师博飞",
"AttrStatus": 102437,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 2634695343,
"UserName": "@69931555ec7d275976668d7aacbc20313f0a32086b883b0679359ab00c5f4695",
"NickName": "书生",
"AttrStatus": 4197,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
,{
"Uin": 976113040,
"UserName": "@b8a3aa26b93293d4e3214576e115fb27",
"NickName": "吴宪海",
"AttrStatus": 78843,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": "wux"
}
,{
"Uin": 2371389412,
"UserName": "@9d73955b15e7bc019665a540debb48e36eb3d5878cea2da0552aaeedb237eb1f",
"NickName": "K2",
"AttrStatus": 229821,
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"MemberStatus": 0,
"DisplayName": "",
"KeyWord": ""
}
],
"RemarkName": "",
"HideInputBarFlag": 0,
"Sex": 0,
"Signature": "",
"VerifyFlag": 0,
"OwnerUin": 888148480,
"PYInitial": "SHSXYG",
"PYQuanPin": "sheihuishixiayige",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"StarFriend": 0,
"AppAccountFlag": 0,
"Statues": 1,
"AttrStatus": 0,
"Province": "",
"City": "",
"Alias": "",
"SnsFlag": 0,
"UniFriend": 0,
"DisplayName": "",
"ChatRoomId": 0,
"KeyWord": "",
"EncryChatRoomId": "@e4dad70c3a0c2424e65d9b8ce6714d44"
}
]
}

获取头像信息
GET /cgi-bin/mmwebwx-bin/webwxgeticon?seq=628437195&username=@28b47b17c15de1e2412834f9087166db&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5 HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Accept: image/webp,*/*;q=0.8
User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate, sdch
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; mm_lang=zh_CN; wxloadtime=1438830617_expired; wxpluginkey=1438821277; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: image/jpeg
Last-Modified: Thu, 06 Aug 2015 03:10:18 GMT
Cache-control: max-age=604800
Content-Length: 9408

data:image/jpeg;base64,/9j/4AA...

同步检测
POST /cgi-bin/mmwebwx-bin/webwxsync?sid=yk9yzt4MxrGpB6zg&skey=@crypt_1ef9a908_18ca954388eff999cafa6ec1641cb1d5&lang=zh_CN&pass_ticket=Yc%252FU1yFEo%252ByBZd4cMZKH9SxS0GJ3dJrF3NlnKvjK0DSinaGv7w7p7oTM3TNEYSrv HTTP/1.1
Host: wx.qq.com
Connection: keep-alive
Content-Length: 328
Accept: application/json, text/plain, */*
Origin: https://wx.qq.com User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36
Content-Type: application/json;charset=UTF-8
Referer: https://wx.qq.com/?&lang=zh_CN Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.8
Cookie: webwxuvid=863a65984baab7a0a99c94c34f01632b7d90704265b52f53b3e8347071378b3f2fca9b058824dfe4d4161790973e4e03; pgv_pvi=4132870144; pgv_si=s1961632768; MM_WX_NOTIFY_STATE=1; MM_WX_SOUND_STATE=1; mm_lang=zh_CN; wxloadtime=1438830617_expired; wxpluginkey=1438821277; wxuin=2634695343; wxsid=yk9yzt4MxrGpB6zg; webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt

HTTP/1.1 200 OK
Connection: keep-alive
X-WX-FJ: 001,018,0000001024
X-WX-ST: 2
Content-Type: text/plain
Set-Cookie: wxpluginkey=1438821277; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Set-Cookie: wxuin=2634695343; Domain=wx.qq.com; Path=/; Expires=Sun, 09-Aug-2015 03:10:18 GMT
Set-Cookie: wxsid=yk9yzt4MxrGpB6zg; Domain=wx.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Set-Cookie: webwx_data_ticket=AQaVDSawtUy28PNi/O654rOt; Domain=.qq.com; Path=/; Expires=Thu, 06-Aug-2015 15:10:18 GMT
Content-Encoding: deflate
Content-Length: 2597
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: