Changes between Version 21 and Version 22 of pcauto_chexingku/web-intf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_chexingku/web-intf

    v21 v22  
    4343 3.3 [#point303 通过价格返回车系列表(按首字母顺序排) ] 
    4444 
    45  3.4 [#point304 通过车系ID得到相关文章 ] 
     45 3.4 [#point304 通过车系ID得到相关文章 (已废除) ] 
    4646 
    4747 3.5 [#point305 发表车系评论 ] 
     
    6464||第一批|| 品牌内页 ||  2.1 [#point201 getSerialListByBrandId ] || - ||  3.1 [#point301 通过品牌ID得到车系列表 ] || 8/3 || 80%[[BR]](缺配合的接口,目前数据为假数据)  ||接口实际完成时间||接口确认|| 
    6565||=第二批=|| 车系终端(概述) ||   2.2 [#point202 getModelListBySerialId ] || - ||  3.2 [#point302 通过车系ID得到车型列表 ] || 8/7 ||80%[[BR]](缺配合的接口,目前数据为假数据) ||接口实际完成时间||接口确认|| 
    66 ||=第二批=|| 车系终端(文章) ||  2.5 [#point205 getArticleListBySerialId ] || 是 || 3.4 [#point304 通过车系ID得到相关文章  ] || 8/7 ||100%||8/7||接口确认|| 
     66||=第二批=|| 车系终端(文章) ||  2.5 [#point205 getArticleListBySerialId ] || 是 || 从快搜获取文章 || 8/7 ||100%||8/7||接口确认|| 
    6767||=第二批=|| 车系终端(口碑) ||  2.9 [#point209 口碑 ] || 是  ||  3.6 [#point306 口碑 ] ||   8/9 ||0%||接口实际完成时间||接口确认|| 
    6868||=第二批=|| 车系终端(图片) ||  2.7 [#point207 getPhotoBySerialId ] || - || 以前的接口 ||  8/9 ||0%||接口实际完成时间||接口确认|| 
     
    725725===  3.4 [=#point304 通过车系ID得到相关文章  ] === 
    726726{{{ 
    727 请求参数: 
    728 serialId 车系id 
    729 pageNum 默认0,第几页 
    730 pageCount 默认0,每页多少篇文章,0则返回所有相关文章 
    731  
    732 返回: 
    733   { 
    734       "count":20, 
    735       "pageNo":1, 
    736       "pageSize":20, 
    737       "data":[ 
    738           { 
    739               "id":"123", 
    740               "title":"新车", 
    741               "channel":"新闻", 
    742               "commentNum":"12", 
    743               "image":"http://xxdxx.jpg" 
    744           }, 
    745           { 
    746               "id":"123", 
    747               "title":"新车", 
    748               "channel":"新闻", 
    749               "commentNum":"12", 
    750               "image":"http://xxdxx.jpg" 
    751           } 
    752       ] 
    753   } 
    754   备注: 
    755   id 文章id 
    756   title 标题 
    757   channel 文章栏目 
    758   commentNum 评论数 
    759   Image 导读图 
    760   网页版页面:http://price.pcauto.com.cn/sg3746/comment.html 
    761   原型页面: 
    762   http://trac.pc.com.cn/mobile/pototype/ideas/auto_product/v1.0.8/05_explain_cars.html#nowjibie=1&duibix=0&chexiback=pinpai&CSUM=1 
     727此接口废除,从快搜获取相关文章 
    763728}}} 
    764729 
     
    862827 
    863828== 5. [=#point500 修改历史 ] == 
     8292012-08-07 
     830   -删除接口3.4 通过车系ID得到相关文章,直接从快搜获取数据 
    864831 
    8658322012-08-02: