Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

无法获取联系人的信息 #3

Open
aq82 opened this issue Dec 15, 2016 · 2 comments
Open

无法获取联系人的信息 #3

aq82 opened this issue Dec 15, 2016 · 2 comments

Comments

@aq82
Copy link

aq82 commented Dec 15, 2016

我跟踪代码:

init_json = string.Format(init_json, uin.Value, sid.Value);
byte[] bytes = BaseService.SendPostRequest(_init_url + "&pass_ticket=" + LoginService.Pass_Ticket, init_json);
string init_str = Encoding.UTF8.GetString(bytes);

发现无法获取联系人的信息,是否是参数错误?
反馈回来的数据为
`
{
"BaseResponse": {
"Ret": 1100,
"ErrMsg": ""
}
,
"Count": 0,
"ContactList": [],
"SyncKey": {
"Count": 0,
"List": []
}
,
"User": {
"Uin": 0,
"UserName": "",
"NickName": "",
"HeadImgUrl": "",
"RemarkName": "",
"PYInitial": "",
"PYQuanPin": "",
"RemarkPYInitial": "",
"RemarkPYQuanPin": "",
"HideInputBarFlag": 0,
"StarFriend": 0,
"Sex": 0,
"Signature": "",
"AppAccountFlag": 0,
"VerifyFlag": 0,
"ContactFlag": 0,
"WebWxPluginSwitch": 0,
"HeadImgFlag": 0,
"SnsFlag": 0
}
,
"ChatSet": "",
"SKey": "",
"ClientVersion": 0,
"SystemTime": 0,
"GrayScale": 0,
"InviteStartCount": 0,
"MPSubscribeMsgCount": 0,
"MPSubscribeMsgList": [],
"ClickReportInterval": 0
}

`

@aq82
Copy link
Author

aq82 commented Dec 17, 2016

我重新修改了部分bug,是可以正常获取信息。可是否可以@群里的某个人?

@GuoXingGitHub
Copy link

你好 还是获取不了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants