Page History

Getdarens

Last edited by 赵明星

返回

获取关注列表


URL: http://120.92.61.152:8080/Daren/classify/getDarenList.action?sId=123456&pageNo=1&pageSize=5


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sId String true 用户ID
pageNo int false pageNo 默认1
pageSize int false pageSize 默认10

返回格式: JSON


返回格式样例:

{
    "data": {
        "fans": [
            {
                "extInfo": "",
                "fansCount": 0,
                "image": "http://wjj.ys1.cnliveimg.com/769/image/2018/0521/1526889879970.jpg",
                "nickName": "张旭达人",
                "orderCount": 0,
                "state": "",
                "userId": "daren_10499533"
            },
            {
                "extInfo": "",
                "fansCount": 0,
                "image": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_b.png",
                "nickName": "Lynn",
                "orderCount": 0,
                "state": "",
                "userId": "daren_1342671"
            }
        ],
        "icons": "",
        "name": "已关注达人",
        "nextPage": 0,
        "openUrl": "",
        "pageNo": 1,
        "pageSize": 10,
        "sort": 2
    },
    "errorCode": "0",
    "errorMessage": "成功"
}