用户粉丝列表
/api/index.php/FriendshipsApi/followers
JSON
GET/POST
| 参数名称 | 必须 | 类型及范围 | 描述 |
|---|---|---|---|
| access_token | 是 | string | Oauth2授权成功后获得的access_token |
| company_id | 是 | int |
require 组织ID |
| user_id | 否 | int |
要查看的用户ID |
| since_id | 否 | int |
列表最小ID,用户上下拉刷新 |
| max_id | 否 | int |
列表最大ID,用户上下拉刷新 |
| count | 否 | int |
分页每页数量 |
| page | 否 | int |
当前页 |
{
"code": "00000",
"message": "操作成功",
"result": [
{
"uid": "392",
"follow_id": "24",
"uname": "陈伟",
"uface": "http://sczzu-upload.stor.sinaapp.com/avatar/2014/10/15/543e67e54c2a4_big.jpg",
"sex": "1",
"py": "陈伟|chenwei|cw"
},
{
"uid": "404",
"follow_id": "23",
"uname": "荣舒",
"uface": "http://sczzu-upload.stor.sinaapp.com/avatar/2014/09/24/542279b34ec48_big.jpg",
"sex": "0",
"py": "荣舒|rongshu|rs"
}
]
}