[TOC]
简要描述
请求URL
请求方式
请求data
是否需要Cookie
是否需要协议头
参数说明
参数名 |
必选 |
类型 |
说明 |
uid |
是 |
string |
YYuid 比如:2451013216 |
_ |
否 |
string |
时间戳 |
返回示例(可直接解析Json)
{
"resultCode": 0,
"data": {
"uid": 2451013216,
"sid": 0,
"subid": 0,
"pid": null,
"livepid": null,
"nick": "冯蔚",
"logo": "http://downhdlogo.yy.com/hdlogo/100100/100/100/01/2451013216/u2451013216pj7sb5b.jpg",
"yynum": 2402957877,
"hdLogo": null,
"numOfFun": 0,
"title": null,
"thumb": null,
"snapShot": null,
"roomName": null,
"template": null,
"flash": 0,
"biz": 0,
"desc": "冯蔚直播间",
"vr": 0,
"stringBiz": null,
"v_type": 0,
"linkMic": 0
}
}
返回参数说明
参数位置 |
类型 |
说明 |
resultCode |
int |
0=成功 |
data.nick |
text |
YY昵称 |
data.logo |
text |
YY头像 |
data.yynum |
text |
YY号 |
备注
- 接口限制{无}
- 接口返回如果编码异常请转换编码
- 接口返回Json里应该还有一个是性别,但是我没看
- 接口为官方接口,稳定性/速度性较强