Page History

Getmysportactivity

Last edited by 徐近程

返回

线下约跑赛事我的活动


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


请求方式: HTTP GET


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 用户sid
state String true 0-进行中的活动 1-已结束的活动
pageNo Integer true 页码
pageSize Integer true 每页条数

返回格式: JSON


返回格式样例:

{
    "data": {
        "hasNext": false,
        "list": [
            {
                "address": "内蒙古鄂尔多斯市准格尔旗",
                "end_time": 1565697600000,
                "e_subtitle": "测试线路",  //副标题
                "faceUrl": [],
                "id": 117,
                "mileage": "全长4.43公里",
                "signupNum": 0,
                "start_time": 1502409600000,
                "day": "2天后开始",
                "title": "世界大众体育杯 · 2017准格尔国际徒步大会"
            },
            {
                "address": "澳大利亚黄金海岸",
                "e_subtitle": "",
                "day": "3天后结束",
                "end_time": 1571140800000,
                "faceUrl": [
                    "http://yweb0.cnliveimg.com/images/headImg/2019/0505/1557039035723_small.jpg",
                    "http://yweb0.cnliveimg.com/images/headImg/2019/0505/1557034319038_small.jpg",
                    "http://yweb0.cnliveimg.com/images/headImg/2018/0902/1535858459612_small.jpg"
                ],
                "id": 116,
                "mileage": "全长4.42公里",
                "signupNum": 3,
                "start_time": 1522454400000,
                "title": "2018国际网络徒步大赛黄金海岸站"
            }
        ],
        "pageNumber": 1,
        "pageSize": 10,
        "startIndex": 0,
        "totalPage": 1,
        "totalRecord": 2
    },
    "errorCode": "0",
    "errorMessage": "成功"
}