Changes between Version 73 and Version 74 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/16/2015 12:10:06 PM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v73 v74  
    301301 
    302302 
    303 == 7. 有贴息产品厂商车系接口(WAP) == 
     303 
     304== 7. top200品牌列表接口(WAP) == 
     305'''(pc端开发中)'''[[BR]] 
     306pc接口:'''http:// '''[[BR]] 
     307 
     308**原型** 
     309> [http://trac.pc.com.cn/mobile/pototype/pcauto-finance/wap/WAP_v1.09_20150915/#p=4、按预算选车  点击前往] [[BR]]   
     310**说明** 
     311>返回汽车网top200的品牌列表数据,用于按预算选车品牌页 
     312**调用方式** 
     313>get 
     314**请求参数** 
     315||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     316||无||-||-||-||-||-|| 
     317 
     318**返回数据** 
     319{{{#!java 
     320{ 
     321    "list": [ 
     322        { 
     323            "id": 1, 
     324            "name": "奥迪", 
     325            "icon": "http://logo.png", 
     326            "letter": "A" 
     327        }, 
     328        { 
     329            "id": 2, 
     330            "name": "AC宝马", 
     331            "icon": "http://logo.png", 
     332            "letter": "A" 
     333        } 
     334    ] 
     335} 
     336}}} 
     337**返回参数说明** 
     338||= 参数名 =||= 参数含义 =|| 
     339||list||品牌数组|| 
     340||id||品牌id|| 
     341||name||品牌名|| 
     342||icon||品牌图片url|| 
     343||letter||品牌归属字母|| 
     344[[BR]] 
     345 
     346 
     347== 8. 有贴息产品厂商车系接口(WAP) == 
    304348'''(pc端开发中)'''[[BR]] 
    305349pc接口:'''http:// '''[[BR]] 
     
    348392 
    349393 
    350 == 8. 完整的厂商车系接口(WAP) == 
     394== 9. 完整的厂商车系接口(WAP) == 
    351395'''(pc端开发中)'''[[BR]] 
    352396pc接口:'''http:// '''[[BR]]