关注目击者粉丝列表
URL: http://apiwjjtest.cnlive.com/Daren/witness/getWitnessFollowsList.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| toSid | String | true | sid |
| pageNo | long | true | pageNo |
| pageSize | long | true | pageSize |
返回格式: JSON
返回格式样例:
{
"data": {
"userMsgList": [
{
"image": "http://yweb0.cnliveimg.com/images/headImg/2019/0328/1553755512425_small.jpg",
"nickName": "袁思文WHY",
"userId": "10510842"
},
{
"image": "http://yweb0.cnliveimg.com/images/headImg/2019/0109/1547017394820_small.jpg",
"nickName": "梁星国",
"userId": "10514333"
}
],
"nextPage": 1,
"haseNextPage":false
},
"errorCode": "0",
"errorMessage": "成功"
}