返回
获取粉丝列表
请求方式: HTTP POST
请求参数说明:
| 参数名 |
参数类型 |
必选 |
参数说明 |
| darenId |
String |
true |
达人ID |
| pageNo |
int |
false |
pageNo 默认1 |
| pageSize |
int |
false |
pageSize 默认10 |
返回格式: JSON
返回格式样例:
{
"data": {
"fans": [
{
"extInfo": "",
"fansCount": 0,
"image": "",
"nickName": "游客",
"orderCount": 0,
"state": false,
"userId": "10510119"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0716/1531703653572_small.jpg",
"nickName": "半妖啦啦",
"orderCount": 0,
"state": false,
"userId": "10510099"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0715/1531632692930_small.jpg",
"nickName": "测试一下下一个人的时候我就不想",
"orderCount": 0,
"state": false,
"userId": "10510098"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0715/1531631158333_small.jpg",
"nickName": "来来来",
"orderCount": 0,
"state": false,
"userId": "10510097"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0820/1534768637257_small.jpg",
"nickName": "139XXXX1670",
"orderCount": 0,
"state": false,
"userId": "10510096"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
"nickName": "181xxxx9227",
"orderCount": 0,
"state": false,
"userId": "10341908"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0712/1531365567827_small.jpg",
"nickName": "135xxxx1505",
"orderCount": 0,
"state": false,
"userId": "10509957"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0711/1531239170694_small.jpg",
"nickName": "小小+1",
"orderCount": 0,
"state": false,
"userId": "10509889"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0715/1531639741274_small.jpg",
"nickName": " 莉娃",
"orderCount": 0,
"state": false,
"userId": "10510121"
},
{
"extInfo": "",
"fansCount": 0,
"image": "http://yweb0.cnliveimg.com/images/headImg/2018/0715/1531587580424_small.jpg",
"nickName": "152xxxx8415",
"orderCount": 0,
"state": false,
"userId": "10509933"
}
],
"icons": "",
"name": "已关注达人",
"nextPage": 3,//0:最后一页 其它数字:下一页页码
"openUrl": "",
"pageNo": 2,
"pageSize": 10,
"sort": 2
},
"errorCode": "0",
"errorMessage": "成功"
}