Changes between Version 80 and Version 81 of appapi/3.0


Ignore:
Timestamp:
12/18/2014 03:14:07 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/3.0

    v80 v81  
    15351535 
    15361536 
    1537 ==== 1.1.38 用户已加入的车友会列表接口 ==== 
     1537==== 1.1.38 用户车友会列表接口(单用户查询) ==== 
    15381538{{{ 
    15391539接口:/appapi/1.0/club/getClubsByUserId.do [GET] 
     
    15671567}}} 
    15681568 
     1569==== 1.1.39 用户车友会列表接口(多用户查询) ==== 
     1570{{{ 
     1571接口:/appapi/1.0/club/getClubsByUserIds.do [GET] 
     1572说明 : 用户已加入的车友会列表接口 
     1573请求参数: 
     1574   *userIds:多用户ID,使用“,”拼接传参 
     1575 
     1576 
     1577是否登录:否 
     1578缓存时间:无 
     1579是否分页:否 
     1580 
     1581返回结果: 
     1582{ 
     1583        code:0成功,-1失败 
     1584        message:提示信息 
     1585        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1586 
     1587         
     1588        "31171948":{"clubId":1014,"clubName":"河北朗逸狼牙"}, 
     1589        "31509253":{"clubId":1024,"clubName":"大连宝来车友会"} 
     1590 
     1591        注:31171948,31509253代表userId 
     1592 
     1593} 
     1594}}} 
    15691595 
    15701596{{{