Changes between Version 4 and Version 5 of appapi/1.0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/1.0

    v4 v5  
    2020返回结果: 
    2121{ 
    22         disposableTask: [ { 
     22        disposableTask: [ { 一次性任务 
    2323               appAction: { 
    2424                   action: 动作, 
     
    4646                   url: 链接 
    4747                   } 
    48              } 
    49             ] 
     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           ] 
    5080} 
    5181}}}