GET api/Friend/follower?userId={userId}&pageIndex={pageIndex}&pageSize={pageSize}
获取用户的粉丝列表(2009,支持分页 获取某用户的粉丝列表,当传入的UserId为空时,获取当前登陆用户的。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userId | 为空时,请求当前用户;不为空,请求指定user |
Define this parameter in the request URI. |
| pageIndex | 第几页>=1 |
Define this parameter in the request URI. |
| pageSize | 每页数据的条数>=1 |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}