榜单列表.md 3.2 KB

请求URL

  • GET rank/all

返回示例

2020-10-14 新增 reward 奖励 和 slogan 标语 字段

{
    "result":1,
    "code":0,
    "msg":"成功",
    "data":[
        {
            "id":1,
            "name":"运动消耗榜",
            "is_game":0,
            "is_sport":1,
            "game_id":null,
            "introduce":"这是一小段榜单介绍说明",
            "user_count_max":10,
            "rate_begin":"2020-10-12",
            "rate_end":"2020-10-18",
            "field":"consume",
            "slogan":"运动不在于与他人拼胜负,而在于专注与自我超越。",
            "reward":[
                {
                    "begin":1,
                    "end":3,
                    "score":10
                },
                {
                    "begin":4,
                    "end":10,
                    "score":6
                },
                {
                    "begin":11,
                    "end":50,
                    "score":3
                },
                {
                    "begin":51,
                    "end":100,
                    "score":1
                }
            ],
            "game":null
        },
        {
            "id":2,
            "name":"运动时长榜",
            "is_game":0,
            "is_sport":1,
            "game_id":null,
            "introduce":"这是一小段榜单介绍说明",
            "user_count_max":10,
            "rate_begin":"2020-10-12",
            "rate_end":"2020-10-18",
            "field":"duration",
            "slogan":"运动不在于与他人拼胜负,而在于专注与自我超越。",
            "reward":[
                {
                    "begin":1,
                    "end":3,
                    "score":10
                },
                {
                    "begin":4,
                    "end":10,
                    "score":6
                },
                {
                    "begin":11,
                    "end":50,
                    "score":3
                },
                {
                    "begin":51,
                    "end":100,
                    "score":1
                }
            ],
            "game":null
        },
        {
            "id":3,
            "name":"节奏大师的评分榜",
            "is_game":1,
            "is_sport":0,
            "game_id":1,
            "introduce":"这是一小段榜单介绍说明",
            "user_count_max":10,
            "rate_begin":"2020-10-12",
            "rate_end":"2020-10-18",
            "field":"",
            "slogan":"运动不在于与他人拼胜负,而在于专注与自我超越。",
            "reward":[
                {
                    "begin":1,
                    "end":3,
                    "score":10
                },
                {
                    "begin":4,
                    "end":10,
                    "score":6
                },
                {
                    "begin":11,
                    "end":50,
                    "score":3
                },
                {
                    "begin":51,
                    "end":100,
                    "score":1
                }
            ],
            "game":{...}
        }
    ]
}