Changes between Version 60 and Version 61 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
11/30/2012 10:12:39 AM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

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

    v60 v61  
    110110【未完成】 2.8 [#point208 车型经销商,车系经销商接口处理(汽车) ] 
    111111 
    112 [完成,未上传到公网] 2.9 [#point209 车系终端页车型列表数据只展示在售车型和停产在售车型(汽车)] 
    113  
    114 [完成,未上传到公网] 2.10 [#point210 车型库对比结果页对比逻辑修改(汽车) ] 
     112[完成] 2.9 [#point209 车系终端页车型列表数据只展示在售车型和停产在售车型(汽车)] 
     113 
     114[完成] 2.10 [#point210 车型库对比结果页对比逻辑修改(汽车) ] 
    115115 
    116116[完成,未上传到公网] 2.11 [#point211 车型库车型HTML 增加协议(汽车) ] 
    117117 
    118 [完成,未上传到公网] 2.12 [#point212 车型图库接口更改,增加图片个数统计,增加车系图形库接口(汽车)] 
    119  
    120 [半成品,差接口] 2.13 [#point213 通过车系id获得车型列表接口 价格 字段修改(汽车) ] 
    121  
    122 【未完成】 2.14 [#point214 车系搜索接口增加(汽车) ] 
     118[完成] 2.12 [#point212 车型图库接口更改,增加图片个数统计,增加车系图形库接口(汽车)] 
     119 
     120[完成] 2.13 [#point213 通过车系id获得车型列表接口 价格 字段修改(汽车) ] 
     121 
     122[完成] 2.14 [#point214 车系搜索接口增加(汽车) ] 
    123123 
    124124【未完成】 2.15 [#point215 询价界面接口增加(汽车) ] 
     
    126126【未完成】 2.16 [#point216 车型界面参数修改(汽车) ] 
    127127 
    128 [完成,未上传到公网] 2.19 [#point219 车型库文章接口 ]  
     128[完成] 2.19 [#point219 车型库文章接口 ]  
    129129 
    130130 
     
    13291329 
    13301330===  2.14 [=#point214 车系搜索接口增加(汽车) ] ===  
    1331  
     1331{{{ 
     1332行情文章地区接口 
     1333请求方式get 
     1334请求参数: 
     1335      pageNo    第几页,默认为1 
     1336      pageSize 显示多少条  默认为25 
     1337      keyword   关键词,中文需要utf-8编码 
     1338 URL 
     1339      http://mrobot.pcauto.com.cn/v3/price/models/search?keyword={keyword} 
     1340 
     1341范例: 
     1342        http://mrobot.pcauto.com.cn/v3/price/models/search?keyword=A6 
     1343 
     1344返回值 
     1345 
     1346        { 
     1347 
     1348            "total": 2, 
     1349            "pageCount": 1, 
     1350            "pageNo": 1, 
     1351            "data": [ 
     1352                { 
     1353                    "title": "奥迪A6L", 
     1354                    "price": "38.3 - 74.26万", 
     1355                    "serialId": 4313, 
     1356                    "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_120x90.jpg", 
     1357                    "kind": "中大型车" 
     1358                }, 
     1359                { 
     1360                    "title": "东风风神A60", 
     1361                    "price": "8.68 - 13.98万", 
     1362                    "serialId": 7679, 
     1363                    "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1203/22/c1/10993353_10993353_1332382646531_120x90.jpg", 
     1364                    "kind": "紧凑型车" 
     1365                } 
     1366            ], 
     1367            "pageSize": 25 
     1368 
     1369        } 
     1370 
     1371说明: 
     1372     serialId车系id 
     1373    king车级别 
     1374 
     1375 
     1376 
     1377}}} 
    13321378===  2.15 [=#point215 询价界面接口增加(汽车) ] ===  
    13331379