Page History

Geteventranking

Last edited by 徐近程

返回

根据赛事查看赛事排行榜


URL: http://apiwjjtest.cnlive.com/Daren/event/getEventRanking.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
eventId String true 赛事id
type String true 维度类型 (day:当日 ,week:本周, month:本月, totalRanking:总排行)
dimension String false time:完成时间维度 count:次数
pageNo Integer true 页码
pageSize Integer true 条数

返回格式: JSON


返回格式样例:

{
    "data": {
        "hasNext": false,
        "eventRanking": [
            {
                "employTime": "",
                "image": "http://yweb0.cnliveimg.com/images/headImg/2019/0927/1569568821902_small.jpg",
                "nickName": "徐近程",
                "ranking": 1,
                "times": "1",
                "userId": "10510277"
            }
        ]
    },
    "errorCode": "0",
    "errorMessage": "成功"
}