Changes between Version 14 and Version 15 of pcauto_chexingku/web-intf


Ignore:
Timestamp:
08/07/2012 02:17:40 PM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_chexingku/web-intf

    v14 v15  
    319319请求参数: 
    320320  serialId 车系id 
    321   pageNum 默认0,第几页 
    322   pageCount 默认0,每页多少篇文章,0则返回所有相关文章 
    323    
     321  pageNo 默认0,第几页 
     322  pageSize 默认0,每页多少篇文章,0则返回所有相关文章 
     323URL 
     324    http://mrobot.pcauto.com.cn/v3/price/getArticleListBySerialId/{serialId}?pageNo={pageNo}&pageSize={pageSize} 
     325范例: 
     326   http://mrobot.pcauto.com.cn/v3/price/getArticleListBySerialId/161?pageNo=1&pageSize=10 
     327    
    324328  返回: 
    325329{ 
    326   Count:20, 
    327   pageNo:1, 
    328   pageSize:20 
    329         data:[ 
    330         { 
    331                 id:"123", 
    332                 title:"新车", 
    333                 channel:"新闻", 
    334                 commentNum:"12", 
    335         "image":"http://xxdxx.jpg" 
    336         }, 
    337         { 
    338                 id:"123", 
    339                 title:"新车", 
    340                 channel:"新闻", 
    341                 commentNum:"12", 
    342         "image":"http://xxdxx.jpg" 
    343         } 
    344         ] 
     330        "count": "2503", 
     331        "pageNo": "1", 
     332        "data": [{ 
     333                "commentNum": "0", 
     334                "id": "2066535", 
     335                "title": "信达通宝全新BMW3系8月11日会展中心强势登鹭", 
     336                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/07\/2066535_a.jpg", 
     337                "channel": "汽车报价" 
     338        }, 
     339        { 
     340                "commentNum": "0", 
     341                "id": "2066532", 
     342                "title": "全新宝马3系三种设计套装 力宝行均已到店", 
     343                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/07\/2066532_4.jpg", 
     344                "channel": "汽车报价" 
     345        }, 
     346        { 
     347                "commentNum": "0", 
     348                "id": "2066946", 
     349                "title": "BMW南通宝诚服务nbsp;高领域高品质高效能", 
     350                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/07\/2066946_1.jpg", 
     351                "channel": "汽车报价" 
     352        }, 
     353        { 
     354                "commentNum": "0", 
     355                "id": "2063423", 
     356                "title": "PCauto福州实拍全新宝马328i", 
     357                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/05\/2063423_nEO_IMG_DSC_0501.jpg", 
     358                "channel": "汽车报价" 
     359        }, 
     360        { 
     361                "commentNum": "0", 
     362                "id": "2064728", 
     363                "title": "新宝尊宝马——传递责任之悦", 
     364                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/06\/2064728_1.jpg", 
     365                "channel": "汽车报价" 
     366        }, 
     367        { 
     368                "commentNum": "0", 
     369                "id": "2064397", 
     370                "title": "宝马3系旅行版专利申报图 将进口引入", 
     371                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/06\/2064397_20120805173925a.jpg", 
     372                "channel": "新车频道" 
     373        }, 
     374        { 
     375                "commentNum": "0", 
     376                "id": "2064833", 
     377                "title": "常州宝尊全新一代BMW 3系欢迎广大车友莅临品鉴", 
     378                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/06\/2064833_1.jpg", 
     379                "channel": "汽车报价" 
     380        }, 
     381        { 
     382                "commentNum": "0", 
     383                "id": "2043320", 
     384                "title": "运动健将 个性套装 全新BMW 328i东莞实拍", 
     385                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1207\/23\/2043320_1.jpg", 
     386                "channel": "汽车报价" 
     387        }, 
     388        { 
     389                "commentNum": "0", 
     390                "id": "2062973", 
     391                "title": "新宝尊全新宝马3系试驾会邀您来参加", 
     392                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/04\/2062973_1.jpg", 
     393                "channel": "汽车报价" 
     394        }, 
     395        { 
     396                "commentNum": "0", 
     397                "id": "2062789", 
     398                "title": "BMW关怀-制动盘保养免工时费", 
     399                "image": "http:\/\/img0.pcauto.com.cn\/pcauto\/1208\/03\/2062789_2.jpg", 
     400                "channel": "汽车报价" 
     401        }], 
     402        "pageSize": "10" 
    345403} 
     404 
    346405id 文章id 
    347406title 标题