获取好友列表
URL: http://apiwjjtest.cnlive.com/Daren/blackList/blackListGet.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| sid | String | true | 用户sid |
返回格式: JSON
返回格式样例:
{
"data": {
"blackList": [
{
"image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0606/1528267237522_small.jpg",
"nickName": "小鳄鱼",
"userId": "10504077"
}
]
},
"errorCode": "0",
"errorMessage": "成功"
}