Changes between Version 1 and Version 2 of appapi/4.6.1


Ignore:
Timestamp:
01/15/2016 03:11:23 PM (10 years ago)
Author:
huangchengwei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.6.1

    v1 v2  
    1 4.6.1接口 
     1[[PageOutline(1-100,接口索引)]] 
     2 
     3 
     4需求原型:http://trac.pc.com.cn/mobile/pototype/pcauto-club/4.6.1/pre1/#p=1_1热门话题页改版 
     5 
     6== 1. 车友会提供APP接口4.6.1 == 
     7   PC端开发环境域名:dev18.pcauto.com.cn 
     8 
     9   WAP端开发环境域名:dev43.pcauto.com.cn:83/club 
     10 
     11   PC端线上环境域名:club.pcauto.com.cn 
     12 
     13   WAP端线上域名:m.pcauto.com.cn/club 
     14 
     15=== 1. 旧接口修改 
     16 
     17==== 1.1 推荐车友会列表 ==== 
     18 
     19{{{ 
     20    接口:/appapi/1.0/club/getRecommendClubs.do [GET] 
     21 
     22    返回结果新增字段: 
     23    { 
     24        recommendClubs: [ 
     25            { 
     26                theme: XXX 
     27            } 
     28            .... 
     29        ] 
     30    } 
     31 
     32}}} 
     33 
     34==== 1.2 申请中车友会列表 ==== 
     35 
     36{{{ 
     37    接口:/appapi/1.0/club/getApplyClubs.do [GET] 
     38 
     39    返回结果新增字段: 
     40    { 
     41        applyClubs: [ 
     42            { 
     43                theme: XXX 
     44            } 
     45            .... 
     46        ] 
     47    } 
     48 
     49}}} 
     50 
     51==== 1.3 话题列表--热门 ==== 
     52 
     53{{{ 
     54    接口:1.0/subject/getTopSubjectByWeek.do [GET] 
     55 
     56    { 
     57      原来的字段没变,增加按照图片的排序,有图片的先排 
     58    } 
     59 
     60}}}