Changes between Version 5 and Version 6 of appapi/4.6.1


Ignore:
Timestamp:
01/18/2016 11:10:29 AM (10 years ago)
Author:
huangchengwei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.6.1

    v5 v6  
    1818 
    1919{{{ 
    20     接口:/appapi/1.0/club/getRecommendClubs.do [GET] 
     20    接口:/appapi/2.0/club/getRecommendClubs.do [GET] 
    2121 
    22     返回结果新增字段: 
    2322    { 
    2423        recommendClubs: [ 
    25             { 
    26                 theme: XXX 
    27                 description:XXX 
     24            {     
     25                clubId:XXX //车友会Id 
     26                level:XXX //车友会等级 
     27                logo: XXX  //车友会LOGO 
     28                memberNum:XXX //车友会人数 
     29                name :XXX  //车友会名称 
     30                seriesName:XXX //车系名称 
     31                theme: XXX //车友会主题 
     32                introduce:XXX //车友会简介 
     33                type:XXX //车友会类型 
    2834            } 
    2935            .... 
    3036        ] 
     37       code:0成功,-1失败 
     38       message:提示信息 
     39       version: 接口版本号如1.0,1.0(latest)表示最新版本 
     40 
    3141    } 
    3242 
     
    4252        applyClubs: [ 
    4353            { 
    44                 theme: XXX 
    45                 description:XXX 
     54                clubId:XXX //车友会Id 
     55                level:XXX //车友会等级 
     56                logo: XXX  //车友会LOGO 
     57                memberNum:XXX //车友会人数 
     58                name :XXX  //车友会名称 
     59                seriesName:XXX //车系名称 
     60                theme: XXX //车友会主题 
     61                introduce:XXX //车友会简介 
     62                type:XXX //车友会类型 
    4663            } 
    4764            .... 
    4865        ] 
     66       code:0成功,-1失败 
     67       message:提示信息 
     68       version: 接口版本号如1.0,1.0(latest)表示最新版本 
     69 
    4970    } 
    5071