Page History

Getcheckinlist

Last edited by 李凯

返回

签到


URL: http://apiwjjtest.cnlive.com/Daren/integral/checkIn/getCheckInList.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 用户sid

返回格式: JSON


返回格式样例:

{
    "data": {
        "score": 3000,
        "scores": [
            "1000,2000,3000,4000,5000,6000,7000"
        ],
        "times": 3,
        "url": "http://www.baidu.com"
    },
    "errorCode": "0",
    "errorMessage": "成功"
}