精选任务

# 首页-获取精选任务 ## 说明 ``` ``` ### 请求参数 | 参数 | 说明 | 类型 | 备注 | 是否必填 | |---------|----------|--------|-----------|----------| | _handle | 处理类 | string | TaskPage| 是 | | _method | 处理方法 | string | GetTasks| 是 | #### 请求地址 ``` 域名/api/index/ ``` ##### 返回值 ```json { "code": 1, "msg": "succeed", "data": [ { xy_android_uri: "http://cdn.wan911.com/data/play2019.wan911.com/20190614/36f7fef8.apk", xy_create: "2020-06-04 16:33:11", xy_detail_img: "http://cdncdn.wan911.com/data/gm2.wan911.com/20200604/b2ffd081.jpg", /// 详情图 xy_gid: 1051,/// 游戏id xy_gname: "测试打包",/// 游戏名称 xy_gtype: "手游",/// 游戏类型 xy_id: 1137,/// 主键 xy_ios_uri: "http://cdn.wan911.com/data/play2019.wan911.com/20190711/9895d495.apk",/// ios下载地址 xy_mobile_buttom_img: "http://cdncdn.wan911.com/data/gm2.wan911.com/20200604/d12a2ee3.jpg",/// 宣传底图 xy_pc_buttom_img: "http://cdncdn.wan911.com/data/gm2.wan911.com/20200604/f06e1e5d.jpg", /// 宣传底图 xy_play_uri: null,/// 进游戏地址 xy_sid: 1044,/// 游戏服id xy_sname: "测试",/// 游戏服名称 xy_task_consume: 12,/// 任务周期 天 xy_task_count: 0,/// 任务数量 xy_task_description: "人多",// 任务介绍 xy_task_end: "2023-02-19 16:32:28",/// 任务结束时间 xy_task_index: 1,/// 索引 xy_task_infos: [{xy_id: 1, xy_task_type: 0, xy_task_complate: "1", xy_reward_type: 0, xy_reward: 1, xy_status: 0,…}],/// 任务集合 xy_task_name: "人多",// 任务名称 xy_task_range: 0,/// 任务范围 0全部用户 1任务页面注册账号 xy_task_remaining: 0,/// 剩余数量 xy_task_start: "2020-06-04 16:32:25",/// 任务开始时间 xy_task_status: 1,/// 任务状态 0下架 1正常 } ] } ```