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


Ignore:
Timestamp:
11/28/2012 11:50:00 AM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

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

    v59 v60  
    126126【未完成】 2.16 [#point216 车型界面参数修改(汽车) ] 
    127127 
    128 【未完成】 2.19 [#point219 车型库文章接口 ]  
     128[完成,未上传到公网] 2.19 [#point219 车型库文章接口 ]  
    129129 
    130130 
     
    14941494 
    14951495 
     1496{{{ 
     1497 
     1498资讯文章接口 
     1499 
     1500 
     1501请求方式get 
     1502请求参数: 
     1503  serialId 车系id 
     1504  pageNo 默认0,第几页 
     1505  pageSize 默认0,每页多少篇文章,0则返回所有相关文章 
     1506URL 
     1507    http://mrobot.pcauto.com.cn/v3/price/getArticleInfoListBySerialId/{serialId}?pageNo={pageNo}&pageSize={pageSize} 
     1508 
     1509 
     1510 
     1511范例: 
     1512       http://mrobot.pcauto.com.cn/v3/price/getArticleInfoListBySerialId/100?pageNo=1&pageSize=20 
     1513 
     1514  返回: 
     1515{ 
     1516        "pageCount": "251", 
     1517        "pageNo": "1", 
     1518        "data": [ 
     1519    { 
     1520        "commentNum": "80", 
     1521        "id": "2242155", 
     1522        "title": "走你 桑塔纳! 新桑塔纳到店实拍解析", 
     1523        "image": "http://img0.pcauto.com.cn/pcauto/1211/27/2242155_15978528_15978528_1353567860375_800x600.jpg", 
     1524        "channel": "汽车导购" 
     1525    }, 
     1526    { 
     1527        "commentNum": "0", 
     1528        "id": "2241096", 
     1529        "title": "全新桑塔纳配置表曝光 或售7万元起", 
     1530        "image": "http://img0.pcauto.com.cn/pcauto/1211/27/2241096_500_d3cd_5d98f64a_5d98f64a.jpg", 
     1531        "channel": "新车频道" 
     1532    }, 
     1533 
     1534    ], 
     1535        "pageSize": "10" 
     1536} 
     1537 
     1538pageCount:总共页数 
     1539id 文章id 
     1540title 标题 
     1541channel 文章栏目 
     1542commentNum 评论数 
     1543Image 导读图 
     1544 
     1545}}} 
     1546 
    14961547 
    14971548=== 3 [=#point300 配合的接口(车型库接口) ] ===