Changes between Version 10 and Version 11 of appapi/1.0


Ignore:
Timestamp:
10/13/2015 04:51:53 PM (11 years ago)
Author:
zhoutianhuai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/1.0

    v10 v11  
    2020返回结果: 
    2121{ 
    22         disposableTask: [ { 一次性任务 
     22        disposableTask: [ { 
     23               appAction: { 
     24                   action: 动作, 
     25                   desc: 动作描述 
     26               }, 
     27               application: 应用, 
     28               applogo: app的logo链接, 
     29               current: 当前完成的次数, 
     30               gold: 奖励金币, 
     31               limitDaily: 每天最大次数, 
     32               limitPermanantly: 永久次数, 
     33               pcaAction: { 
     34                  action: 动作, 
     35                  desc: 动作描述 
     36               }, 
     37               pclogo: 在pc的logo链接, 
     38               received: 是否领取了奖励, 
     39               status: 状态, 
     40               taskId: 任务id, 
     41               taskName: 任务名称, 
     42               taskType: 任务类型, 
     43               wapAction: { 
     44                   desc: 描述, 
     45                   text: 文本, 
     46                   url: 链接 
     47                   } 
     48               }, 
     49 
     50           ], 
     51         normalTasks: [ {  
     52               appAction: { 
     53                   action: 动作, 
     54                   desc: 动作描述 
     55               }, 
     56               application: 应用, 
     57               applogo: app的logo链接, 
     58               current: 当前完成的次数, 
     59               gold: 奖励金币, 
     60               limitDaily: 每天最大次数, 
     61               limitPermanantly: 永久次数, 
     62               pcaAction: { 
     63                  action: 动作, 
     64                  desc: 动作描述 
     65               }, 
     66               pclogo: 在pc的logo链接, 
     67               received: 是否领取了奖励, 
     68               status: 状态, 
     69               taskId: 任务id, 
     70               taskName: 任务名称, 
     71               taskType: 任务类型, 
     72               wapAction: { 
     73                   desc: 描述, 
     74                   text: 文本, 
     75                   url: 链接 
     76                   } 
     77               }, 
     78 
     79           ] 
     80} 
     81 
     82}}}  
     83 
     84 
     85==== 1.2. 临时供wap使用 任务列表接口1.0 ==== 
     86{{{ 
     87接口/intf/clubgc/temp/taskList.do [get] 
     88请求参数 :无 
     89 
     90是否登录 : 是 
     91缓存时间 : 否 
     92是否分页 : 否 
     93 
     94返回结果: 
     95{ 
     96        disposableTask: [ {  
    2397               appAction: { 
    2498                   action: 动作, 
     
    81155 
    82156}}}  
    83  
    84  
    85 ==== 1.2. 临时供wap使用 任务列表接口1.0 ==== 
     157==== 1.3. 任务列表接口1.0 ==== 
    86158{{{ 
    87159接口/intf/clubgc/temp/taskList.do [get] 
    88160请求参数 :无 
    89161 
    90 是否登录 : 是 
    91 缓存时间 : 否 
    92 是否分页 : 否 
    93  
    94 返回结果: 
    95 { 
    96         disposableTask: [ { 一次性任务 
    97                appAction: { 
    98                    action: 动作, 
    99                    desc: 动作描述 
    100                }, 
    101                application: 应用, 
    102                applogo: app的logo链接, 
    103                current: 当前完成的次数, 
    104                gold: 奖励金币, 
    105                limitDaily: 每天最大次数, 
    106                limitPermanantly: 永久次数, 
    107                pcaAction: { 
    108                   action: 动作, 
    109                   desc: 动作描述 
    110                }, 
    111                pclogo: 在pc的logo链接, 
    112                received: 是否领取了奖励, 
    113                status: 状态, 
    114                taskId: 任务id, 
    115                taskName: 任务名称, 
    116                taskType: 任务类型, 
    117                wapAction: { 
    118                    desc: 描述, 
    119                    text: 文本, 
    120                    url: 链接 
    121                    } 
    122                }, 
    123  
    124            ], 
    125          normalTasks: [ { 日常任务 
    126                appAction: { 
    127                    action: 动作, 
    128                    desc: 动作描述 
    129                }, 
    130                application: 应用, 
    131                applogo: app的logo链接, 
    132                current: 当前完成的次数, 
    133                gold: 奖励金币, 
    134                limitDaily: 每天最大次数, 
    135                limitPermanantly: 永久次数, 
    136                pcaAction: { 
    137                   action: 动作, 
    138                   desc: 动作描述 
    139                }, 
    140                pclogo: 在pc的logo链接, 
    141                received: 是否领取了奖励, 
    142                status: 状态, 
    143                taskId: 任务id, 
    144                taskName: 任务名称, 
    145                taskType: 任务类型, 
    146                wapAction: { 
    147                    desc: 描述, 
    148                    text: 文本, 
    149                    url: 链接 
    150                    } 
    151                }, 
    152  
    153            ] 
    154 } 
    155  
    156 }}}  
    157 ==== 1.3. 任务列表接口1.0 ==== 
    158 {{{ 
    159 接口/intf/clubgc/temp/taskList.do [get] 
    160 请求参数 :无 
    161  
    162162是否登录 : 否 
    163163缓存时间 : 否 
     
    166166返回结果: 
    167167{ 
    168         disposableTask: [ { 一次性任务 
     168        disposableTask: [ {  
    169169               appAction: { 
    170170                   action: 动作,