From 240b3a6d0312392828a3d4778fa695378bf6bbee Mon Sep 17 00:00:00 2001 From: Allen Date: Fri, 17 Aug 2018 18:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20web-weixin-api.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/web-weixin-api.md | 80 +++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/doc/web-weixin-api.md b/doc/web-weixin-api.md index 93186fc..97716a9 100644 --- a/doc/web-weixin-api.md +++ b/doc/web-weixin-api.md @@ -409,7 +409,7 @@ window.synccheck={retcode:"0",selector:"2"} ## 3、联系人管理 -###3.1、获取全部联系人列表 +### 3.1、获取全部联系人列表 接着可以看到获取全部联系人列表的 GET 请求: @@ -431,45 +431,45 @@ URL参数分析: ```javascript { -   "BaseResponse": { -       "Ret": 0, -       "ErrMsg": "" -    }, -   "MemberCount": 1, -   "MemberList": [{ -       "Uin": 0, -       "UserName": "weixin", -       "NickName": "微信团队", -       "HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=1&username=weixin&skey=@crypt_4fb399da_91a345e0be9deca5d61b183fc36a3a93", -       "ContactFlag": 1, -       "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": "", -       "IsOwner": 0 -    }], -   "Seq": 0 + "BaseResponse": { + "Ret": 0, + "ErrMsg": "" + }, + "MemberCount": 1, + "MemberList": [{ + "Uin": 0, + "UserName": "weixin", + "NickName": "微信团队", + "HeadImgUrl": "/cgi-bin/mmwebwx-bin/webwxgeticon?seq=1&username=weixin&skey=@crypt_4fb399da_91a345e0be9deca5d61b183fc36a3a93", + "ContactFlag": 1, + "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": "", + "IsOwner": 0 + }], + "Seq": 0 } ```