Changes between Version 179 and Version 180 of pcauto_4.5.0/interface


Ignore:
Timestamp:
11/07/2014 06:11:08 PM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v179 v180  
    19951995 
    19961996 
    1997 === 2.4.14.1 [=#point2.4.14.1 车型-参配] === 
     1997==== 2.4.14.1 [=#point2.4.14.1 车型-参配] ==== 
    19981998未上线,代理192.168.22.145测试 
    19991999{{{ 
     
    20152015}}} 
    20162016 
    2017 === 2.4.14.2 [=#point2.4.14.2 车型-点评] === 
     2017==== 2.4.14.2 [=#point2.4.14.2 车型-点评] ==== 
    20182018未上线,代理192.168.22.145测试 
    20192019{{{ 
     
    24382438}}} 
    24392439 
     2440=== 2.4.15 [=#point2.4.15 车型库-根据厂商id出该厂商的所有车系] === 
     2441{{{ 
     2442    请求url:http://mrobot.pcauto.com.cn/v3/price/getSerialListByManufacturerId/33?v=4.5.0 
     2443    HTTP请求方式:GET 
     2444    是否需要登录:false 
     2445    返回格式:json 
     2446    返缓存方式:无 
     2447    缓存时间:无 
     2448    说明: 
     2449    请求参数: 
     2450    /33    厂商id 
     2451    v=4.5.0 
     2452 
     2453    返回结果: 
     2454    { 
     2455       "manufacturers": [ 
     2456          { 
     2457              "brandName": "大众", 
     2458              "name": "大众(进口)", 
     2459              "brandIntroduction": "http://price.pcauto.com.cn/qcbk/ppgs/VW/1208/2068884.html", 
     2460              "serials": [ 
     2461                 { 
     2462                    "id": 2383, 
     2463                    "name": "途锐", 
     2464                    "kind": "中大型SUV", 
     2465                    "priceRange": "68.6~136.48 万", 
     2466                    "isNew": 0, 
     2467                    "sellStatus": 3, 
     2468                    "carVersion": 1, 
     2469                    "carField": 2, 
     2470                    "photo": "http://www1.pcauto.com.cn/piclib/20000/nEO_IMG_2383.jpg", 
     2471                    "count": 35 
     2472                }, 
     2473                ... 
     2474            ] 
     2475       } 
     2476   ] 
     2477} 
     2478}}} 
     2479 
    24402480=== 2.5.0 [=#point2.5.0 离线下载包] === 
    24412481{{{