Changes between Version 31 and Version 32 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
11/22/2012 10:21:28 AM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.3.0/web-intf

    v31 v32  
    931931    "advantage":"好啊好", 
    932932    "disadvatage":"衰啊衰", 
     933    "level": "这是级别", 
     934    "displacement": "这是排量", 
     935    "brand": "这是品牌名", 
     936    "gearbox": "这是变速箱", 
     937    "structure": "这是车身结构", 
    933938    "data":[ 
    934939        { 
     
    958963advantage 优点 
    959964disadvantage缺点 
    960         id 车型id 
    961         title 车型名称 
    962         price 报价 
    963         status 在售 停产等 
     965id 车型id 
     966title 车型名称 
     967price 报价 
     968status 在售 停产等 
     969brand  品牌名 
     970level 级别 
     971displacement 排量 
     972structure 车身结构 
     973gearbox 变速箱 
    964974}}} 
    965975 
     
    10921102 
    10931103===  2.13 [=#point213 通过车系id获得车型列表接口 价格 字段修改(汽车) ] ===  
     1104{{{ 
     1105请求方式get 
     1106请求参数: 
     1107  serialId 车系id 
     1108 
     1109url: 
     1110    http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId/{serialId} 
     1111范例 
     1112   http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId/234 
     1113 
     1114返回: 
     1115 
     1116 
     1117{ 
     1118    "brandId":20, 
     1119    "serialGroupName":"宝马(进口)", 
     1120    "bbsId":"17448", 
     1121    "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1206/24/c9/12108937_12108937_1340536858000_120x90.jpg", 
     1122    "kind":"SUV", 
     1123    "priceRange":"123~125万", 
     1124    "modelTotal":"5", 
     1125    "advantage":"好啊好", 
     1126    "disadvatage":"衰啊衰", 
     1127    "level": "这是级别", 
     1128    "displacement": "这是排量", 
     1129    "brand": "这是品牌名", 
     1130    "gearbox": "这是变速箱", 
     1131    "structure": "这是车身结构", 
     1132    "data":[ 
     1133        { 
     1134            "id":"14782", 
     1135            "title":"宝马X5 2011款 xDrive35i 豪华型", 
     1136            "price":"100500", 
     1137            "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1206/24/c9/12108937_12108937_1340536858000_120x90.jpg", 
     1138            "status":"在售" 
     1139        }, 
     1140        { 
     1141            "id":"17365", 
     1142            "title":"宝马X5 2011款 xDrive35i M运动型", 
     1143            "price":"1049000", 
     1144            "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1206/24/c9/12108937_12108937_1340536858000_120x90.jpg", 
     1145            "status":"停产在售" 
     1146        } 
     1147    ] 
     1148} 
     1149 
     1150 
     1151brandId 品牌ID 
     1152bbsId 对应论坛id 
     1153photo 图片链接 
     1154kind 级别 
     1155priceRange官方报价 
     1156modelTotal 车型总数 
     1157advantage 优点 
     1158disadvantage缺点 
     1159id 车型id 
     1160title 车型名称 
     1161price 报价 
     1162status 在售 停产等 
     1163brand  品牌名 
     1164level 级别 
     1165displacement 排量 
     1166structure 车身结构 
     1167gearbox 变速箱 
     1168 
     1169}}} 
     1170 
    10941171 
    10951172===  2.14 [=#point214 车系搜索接口增加(汽车) ] ===