Changes between Version 59 and Version 60 of intf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v59 v60  
    16171617uri:/getUserGold 
    16181618参数:  
     1619  common_session_id(开发测试环境是common_session_id1),可选,  一般情况是r系统调用无header信息是用 
     1620接口响应: 
     1621{ 
     1622"userId":123, 
     1623"userName":"abc" 
     1624"goldCount":100 
     1625} 
     1626}}} 
     1627==== 2.8.2 任务列表(for app) 
     1628{{{ 
     1629uri:${autotaskRoot}/intf/clubgc/getUserInfo.do 
     1630参数:  
     1631  common_session_id(开发测试环境是common_session_id1),可选 
     1632  一般情况是r系统调用无header信息是用 
     1633接口响应: 
     1634 
     1635}}} 
     1636==== 2.8.3 任务列表(for web) 
     1637{{{ 
     1638uri:/getUserGold 
     1639参数:  
    16191640  common_session_id(开发测试环境是common_session_id1),可选 
    16201641接口响应: 
     
    16281649} 
    16291650}}} 
    1630 ==== 2.8.2 任务列表(for app) 
    1631 {{{ 
    1632 uri:${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) 
     1651==== 2.8.4 任务完成进度(for web) 
    16441652{{{ 
    16451653uri:/getUserGold 
     
    16561664} 
    16571665}}} 
    1658 ==== 2.8.4 任务完成进度(for web) 
    1659 {{{ 
    1660 uri:/getUserGold 
    1661 参数:  
    1662   common_session_id(开发测试环境是common_session_id1),可选 
    1663 接口响应: 
    1664 { 
    1665     code: 0, 
    1666     message: "响应描述信息", 
    1667     data: { 
    1668         userId:123, 
    1669         gold:10000 
    1670     }     
    1671 } 
    1672 }}} 
    16731666==== 2.8.5 用户消费金币 
    16741667{{{