Changes between Version 58 and Version 59 of intf


Ignore:
Timestamp:
10/20/2014 03:35:50 PM (11 years ago)
Author:
huangxianduan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v58 v59  
    16301630==== 2.8.2 任务列表(for app) 
    16311631{{{ 
     1632uri:${autotaskRoot}/intf/clubgc/getUserInfo.do 
     1633参数:  
     1634  common_session_id(开发测试环境是common_session_id1),可选 
     1635  一般情况是r系统调用无header信息是用 
     1636接口响应: 
     1637{ 
     1638"userId":123, 
     1639"userName":"abc" 
     1640"goldCount":100 
     1641} 
     1642}}} 
     1643==== 2.8.3 任务列表(for web) 
     1644{{{ 
    16321645uri:/getUserGold 
    16331646参数:  
    16341647  common_session_id(开发测试环境是common_session_id1),可选 
    1635   一般情况是r系统调用无header信息是用 
    16361648接口响应: 
    16371649{ 
     
    16441656} 
    16451657}}} 
    1646 ==== 2.8.3 任务列表(for web) 
     1658==== 2.8.4 任务完成进度(for web) 
    16471659{{{ 
    16481660uri:/getUserGold 
     
    16591671} 
    16601672}}} 
    1661 ==== 2.8.4 任务完成进度(for web) 
    1662 {{{ 
    1663 uri:/getUserGold 
    1664 参数:  
    1665   common_session_id(开发测试环境是common_session_id1),可选 
    1666 接口响应: 
    1667 { 
    1668     code: 0, 
    1669     message: "响应描述信息", 
    1670     data: { 
    1671         userId:123, 
    1672         gold:10000 
    1673     }     
    1674 } 
    1675 }}} 
    16761673==== 2.8.5 用户消费金币 
    16771674{{{