Page History

Getfamilygrouprole

Last edited by 赵家龙

返回

获取设置家庭角色列表


URL: http://apiwjjtest.cnlive.com/Daren/family/getFamilyRole.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 当前登录人sid
groupId String true 群id
pageNo int true 页码从第一页开始
pageSize int true 条数

返回格式: JSON


返回格式样例:

{
    "data": {
        "haseNextPage": false,
        "groupMemberRole": [
            {
                "nick": "null",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0420/1587371842552_small.jpg",
                "isSelected": 0,
                "userId": "10513920"
            },
            {
                "nick": "四川省-汤建林-20100103",
                "image": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
                "isSelected": 0,
                "userId": "368979"
            },
            {
                "nick": "山西省-哦哦-20100085",
                "image": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
                "isSelected": 0,
                "userId": "361873"
            },
            {
                "nick": "08内蒙古",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0624/1592989741540_small.jpg",
                "isSelected": 0,
                "userId": "361860"
            },
            {
                "nick": "北京市-殷巧娟-20113665",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2019/1028/1572233724242_small.jpg",
                "roleId": "26",
                "roleName": "妻子",
                "isSelected": 1,
                "userId": "10511059"
            },
            {
                "nick": "山西省-李鹏-20100086",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0424/1587692678264_small.jpg",
                "isSelected": 0,
                "userId": "10572353"
            },
            {
                "nick": "501",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0805/1596621532245_small.jpg",
                "isSelected": 0,
                "userId": "394753"
            },
            {
                "nick": "北京市-道健-20200721",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0805/1596632814420_small.jpg",
                "isSelected": 0,
                "userId": "398596"
            },
            {
                "nick": "北京市-李飞-537",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0718/1595062414970_small.jpg",
                "isSelected": 0,
                "userId": "398302"
            },
            {
                "nick": "当前时间newDate",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2020/0813/1597309548615_small.jpg",
                "isSelected": 0,
                "userId": "10513196"
            }
        ],
        "memberNum": 10 //总成员
    },
    "errorCode": "0",
    "errorMessage": "成功"
}