Changes between Version 77 and Version 78 of appapi/3.0


Ignore:
Timestamp:
12/16/2014 10:26:11 AM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/3.0

    v77 v78  
    15461546}}} 
    15471547 
     1548 
     1549==== 1.1.38 用户已加入的车友会列表接口 ==== 
     1550{{{ 
     1551接口:/appapi/1.0/club/getClubsByUserId.do [GET] 
     1552说明 : 用户已加入的车友会列表接口 
     1553请求参数: 
     1554   *userId:用户ID 
     1555 
     1556 
     1557是否登录:否 
     1558缓存时间:无 
     1559是否分页:否 
     1560 
     1561返回结果: 
     1562{ 
     1563        code:0成功,-1失败 
     1564        message:提示信息 
     1565        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1566 
     1567 
     1568        userId:用户ID 
     1569        clubs: [ 
     1570           {clubId:车友会ID 
     1571            clubName:车友会名字 
     1572           }, 
     1573           {clubId:车友会ID 
     1574            clubName:车友会名字 
     1575           } 
     1576         ] 
     1577 
     1578} 
     1579}}} 
     1580 
     1581 
    15481582{{{ 
    15491583#!html