Page History

Getsuccessivegrouplist

Last edited by 郑超

返回

获取历任群主列表


URL: http://120.92.201.43:8090/Daren/groupManagement/getSuccessiveGroupList.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
groupId String true 群组id

返回格式: JSON


返回格式样例:

{
    "data": [
        {
            "endTime": "2019-05-31 16:58:34",
            "groupId": "124124",
            "historyId": "ownerMsg:11245225",
            "ownerFace": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
            "ownerId": "31241241",
            "ownerNick": "",
            "startTime": "2018-05-31 16:58:34",
            "totalTicketNum": 10,
            "voteRate": "47%"
        },
        {
            "endTime": "2019-05-31 16:54:45",
            "groupId": "124124",
            "historyId": "ownerMsg:11533512",
            "ownerFace": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_c.png",
            "ownerId": "31241241",
            "ownerNick": "",
            "startTime": "2018-05-31 16:54:45",
            "totalTicketNum": 0,
            "voteRate": "100%"
        }
    ],
    "errorCode": "0",
    "errorMessage": "成功"
}