Page History

Getacttasks

Last edited by 赵家龙

返回

获取领头雁任务列表


URL: http://apiwjjtest.cnlive.com/Daren/integralActivity/getTasks.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true sid
actId String true 活动id

返回格式: JSON


返回格式样例:

{
    "data": {
        "tasks": [
            {
                "taskIntegral": "111",    //任务积分
                "taskCount": 3,    //任务总次数
                "taskType": 1,     //0,无限制 1日常,2周
                "count": 3,        //用户已做任务次数
                "taskName": "回复话题或作业", //任务名称
                "taskId": "replyTopic",   //任务id
                "isComplete": 0     //任务是否做过 0:未 1:做过
            },
            {
       "taskIntegral": "111",    //任务积分 
                "taskCount": 1,
                "taskType": 2,
                "count": 1,
                "taskName": "发布话题成功",
                "taskId": "releaseTopic",
                "isComplete": 0
            }
        ]
    },
    "errorCode": "0",
    "errorMessage": "成功"
}