Changes between Version 5 and Version 6 of appapi/1.0


Ignore:
Timestamp:
10/13/2015 03:09:10 PM (11 years ago)
Author:
zhoutianhuai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/1.0

    v5 v6  
    1414请求参数 :globalUid 
    1515 
    16 是否登录 :  
     16是否登录 :  
    1717缓存时间 : 否 
    1818是否分页 : 否 
     
    7979           ] 
    8080} 
     81 
     82==== 1.2. 临时供wap使用 任务列表接口1.0 ==== 
     83{{{ 
     84接口/intf/clubgc/temp/taskList.do [get] 
     85请求参数 :globalUid 
     86 
     87是否登录 : 否 
     88缓存时间 : 否 
     89是否分页 : 否 
     90 
     91返回结果: 
     92{ 
     93        disposableTask: [ { 一次性任务 
     94               appAction: { 
     95                   action: 动作, 
     96                   desc: 动作描述 
     97               }, 
     98               application: 应用, 
     99               applogo: app的logo链接, 
     100               current: 当前完成的次数, 
     101               gold: 奖励金币, 
     102               limitDaily: 每天最大次数, 
     103               limitPermanantly: 永久次数, 
     104               pcaAction: { 
     105                  action: 动作, 
     106                  desc: 动作描述 
     107               }, 
     108               pclogo: 在pc的logo链接, 
     109               received: 是否领取了奖励, 
     110               status: 状态, 
     111               taskId: 任务id, 
     112               taskName: 任务名称, 
     113               taskType: 任务类型, 
     114               wapAction: { 
     115                   desc: 描述, 
     116                   text: 文本, 
     117                   url: 链接 
     118                   } 
     119               }, 
     120 
     121           ], 
     122         normalTasks: [ { 日常任务 
     123               appAction: { 
     124                   action: 动作, 
     125                   desc: 动作描述 
     126               }, 
     127               application: 应用, 
     128               applogo: app的logo链接, 
     129               current: 当前完成的次数, 
     130               gold: 奖励金币, 
     131               limitDaily: 每天最大次数, 
     132               limitPermanantly: 永久次数, 
     133               pcaAction: { 
     134                  action: 动作, 
     135                  desc: 动作描述 
     136               }, 
     137               pclogo: 在pc的logo链接, 
     138               received: 是否领取了奖励, 
     139               status: 状态, 
     140               taskId: 任务id, 
     141               taskName: 任务名称, 
     142               taskType: 任务类型, 
     143               wapAction: { 
     144                   desc: 描述, 
     145                   text: 文本, 
     146                   url: 链接 
     147                   } 
     148               }, 
     149 
     150           ] 
     151} 
     152 
     153 
     154==== 1.3. 任务列表接口1.0 ==== 
     155{{{ 
     156接口/intf/clubgc/temp/taskList.do [get] 
     157请求参数 :无 
     158 
     159是否登录 : 否 
     160缓存时间 : 否 
     161是否分页 : 否 
     162 
     163返回结果: 
     164{ 
     165        disposableTask: [ { 一次性任务 
     166               appAction: { 
     167                   action: 动作, 
     168                   desc: 动作描述 
     169               }, 
     170               application: 应用, 
     171               applogo: app的logo链接, 
     172               current: 当前完成的次数, 
     173               gold: 奖励金币, 
     174               limitDaily: 每天最大次数, 
     175               limitPermanantly: 永久次数, 
     176               pcaAction: { 
     177                  action: 动作, 
     178                  desc: 动作描述 
     179               }, 
     180               pclogo: 在pc的logo链接, 
     181               received: 是否领取了奖励, 
     182               status: 状态, 
     183               taskId: 任务id, 
     184               taskName: 任务名称, 
     185               taskType: 任务类型, 
     186               wapAction: { 
     187                   desc: 描述, 
     188                   text: 文本, 
     189                   url: 链接 
     190                   } 
     191               }, 
     192 
     193           ], 
     194         normalTasks: [ { 日常任务 
     195               appAction: { 
     196                   action: 动作, 
     197                   desc: 动作描述 
     198               }, 
     199               application: 应用, 
     200               applogo: app的logo链接, 
     201               current: 当前完成的次数, 
     202               gold: 奖励金币, 
     203               limitDaily: 每天最大次数, 
     204               limitPermanantly: 永久次数, 
     205               pcaAction: { 
     206                  action: 动作, 
     207                  desc: 动作描述 
     208               }, 
     209               pclogo: 在pc的logo链接, 
     210               received: 是否领取了奖励, 
     211               status: 状态, 
     212               taskId: 任务id, 
     213               taskName: 任务名称, 
     214               taskType: 任务类型, 
     215               wapAction: { 
     216                   desc: 描述, 
     217                   text: 文本, 
     218                   url: 链接 
     219                   } 
     220               }, 
     221 
     222           ] 
     223} 
    81224}}}