Page History

Getdarenlist

Last edited by 赵明星

返回

关注达人列表


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


返回格式: JSON


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

返回格式样例:

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