Changes between Version 61 and Version 62 of intf


Ignore:
Timestamp:
10/20/2014 06:18:01 PM (11 years ago)
Author:
liuxulin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v61 v62  
    16271627==== 2.8.2 任务列表(for app) 
    16281628{{{ 
    1629 uri: 
     1629uri:/intf/clubgc/app/taskList.do 
    16301630参数:  
    1631   common_session_id(开发测试环境是common_session_id1),可选 
    1632   一般情况是r系统调用无header信息是用 
    1633 接口响应: 
     1631  无 
     1632接口响应: 
     1633{ 
     1634 disposableTask:[ 
     1635     { 
     1636   action 
     1637   application 
     1638   current 
     1639   desc 
     1640   gold 
     1641   limitDaily 
     1642   limitPermanantly 
     1643   logo 
     1644   received 
     1645   status 
     1646   taskId 
     1647   taskName 
     1648   taskType          
    16341649 
     1650}] 
     1651 normalTasks:[{ 
     1652    action 
     1653    current 
     1654    desc 
     1655    gold 
     1656    limitDaily 
     1657    logo 
     1658    received 
     1659    status 
     1660    taskId 
     1661    taskName 
     1662    taskType 
     1663}] 
     1664} 
    16351665}}} 
    16361666==== 2.8.3 任务列表(for web)