Changes between Version 2 and Version 3 of appapi/1.0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/1.0

    v2 v3  
    661.0相关,开发环境URL前缀:   http://dev18.pcauto.com.cn/ 
    772任务系统相关接口,开发环境域名:http://dev38.pcauto.com.cn:8085/ 
     8 
     9=== 1. 车友会任务接口1.0 
     10 
     11==== 1.1. app使用 任务列表接口1.0 ==== 
     12{{{ 
     13接口/intf/clubgc/app/taskList.do [get] 
     14请求参数 :globalUid 
     15 
     16是否登录 : 是 
     17缓存时间 : 否 
     18是否分页 : 否 
     19 
     20返回结果: 
     21{ 
     22        disposableTask: [ { 
     23                appAction: {app动作 
     24                   action: 动作, 
     25                   desc: 动作描述 
     26                 }, 
     27               application: "club_gold_coin", 
     28               applogo: app的logo链接, 
     29               current: 1, 
     30               gold: 30, 
     31               limitDaily: 每天次数, 
     32               limitPermanantly: 永久次数, 
     33               pcaAction: { 
     34                  action: 动作, 
     35                  desc: 动作描述 
     36               }, 
     37               pclogo: 在pc的logo链接, 
     38               received: 0, 
     39               status: 1, 
     40               taskId: 任务id, 
     41               taskName: 任务名称, 
     42               taskType: 任务类型, 
     43               wapAction: { 
     44                   desc: "描述", 
     45                   text: 文本, 
     46                   url: 链接 
     47                   } 
     48             } 
     49            ] 
     50} 
     51}}}