Page History

Getvotemsg

Last edited by 郑超

返回

投票详情


URL: http://120.92.201.43:8090/Daren/vote/getVoteMsg.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
voteId String false 投票id
groupId String false 群组id(当投票ID为空时 群组Id必传)
sid String true sid

返回格式: JSON


返回格式样例:

{
    "data": {
        "candidate": [
            {
                "candidateMsg": "yes",
                "memberMsg": null,
                "votes": 3
            },
            {
                "candidateMsg": "no",
                "memberMsg": null,
                "votes": 0
            }
        ],
        "desc": "",
        "endTime": "2018-06-29 19:45:59",
        "faceArray": [
            "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0620/1529485911049_small.jpg",
            "http://yweb0.cnliveimg.com/images/headImg/2018/0625/1529917362304_small.jpg",
            "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0504/1525422551146_small.jpg"
        ],
        "flag": 4,
        "groupId": "@TGS#1VJPMJJFW",
        "groupTotalMembers": 0, //当前发起投票群总成员数
        "ownerIcon": {
            "image": "http://yweb0.cnliveimg.com/images/headImg/2018/0625/1529917362304_small.jpg",
            "nickName": "牛道健",
            "userId": "10504908"
        },
        "startTime": "2018-06-29 19:41:53",
        "totalPrice": 0.01,
        "transferTime": "",
        "vote": false,
        "voteId": "votes:item:11120879",
        "voteType": "pay",
        "votes": 3
    },
    "errorCode": "0",
    "errorMessage": "成功"
}
换群主投票

{
    "data": {
        "candidate": [
            {
                "candidateMsg": "815510",
                "memberMsg": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0419/1524145659366_small.jpg",
                    "nickName": "Granzon",
                    "userId": "815510"
                },
                "votes": 0
            },
            {
                "candidateMsg": "10504050",
                "memberMsg": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0526/1527330835656_small.jpg",
                    "nickName": "Android_吴奎庆",
                    "userId": "10504050"
                },
                "votes": 0
            },
            {
                "candidateMsg": "123554",
                "memberMsg": {
                    "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0516/1526459739006_small.jpg",
                    "nickName": "孤军152",
                    "userId": "123554"
                },
                "votes": 0
            }
        ],
        "desc": "测试选群主",
        "endTime": "2018-05-31",
        "faceArray": [],
        "flag": 1,
        "ownerIcon": {
            "image": "http://cnlive-yweb.ks3-cn-beijing.ksyun.com/images/headImg/2018/0419/1524145659366_small.jpg",
            "nickName": "Granzon",
            "userId": "815510"
        },
        "startTime": "2018-05-29",
        "totalPrice": 0,
        "transferTime": "",
        "vote": true,
        "voteId": "votes:item:11388820",
        "votes": 0
    },
    "errorCode": "0",
    "errorMessage": "成功"
}