Changes between Version 128 and Version 129 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/17/2013 03:45:16 PM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v128 v129  
    690690=== 2.25 [=#point225 车主点评列表]=== 
    691691{{{ 
    692    url:待定 
    693    作用:获取某车系下的车主点评列表,评分的ui咨询一下设计同事 
     692   url:http://mrobot.pcauto.com.cn/v3/price/getUserCommentListBySerialId/2143 
     693   作用:获取某车系下的车主点评列表 
    694694   使用范围:汽车网app 
    695695   是否需要登录:否 
    696696   http请求方式:get 
    697    请求参数:sid   //车系ID 
     697   请求参数:sid:车系ID 
    698698   原型图:http://rdtrac.pc.com.cn/mobile/pototype/khd/v4.0.0/iOS-v6/start.html#p=6_8user_comments 
    699699   返回参数: 
    700    { 
    701       “comments”:[ 
    702          { 
    703             “id”:1, 
    704             “sName”:”xxx”, 
    705             “rank”:51, 
    706             “score”:4.8, 
    707             “price”:“” 
    708          } 
    709       ] 
    710    } 
     700{ 
     701    "comments": [ 
     702        { 
     703            "modelId": "26845",//车型id 
     704            "modelName": "2013款2.0GTDi240旗舰型",//车型名称 
     705            "rank": "34",//在售排名 
     706            "score": "4.8",//综合评分 
     707            "price": "26.58万"//裸车均价 
     708        }, 
     709        { 
     710            "modelId": "26378", 
     711            "modelName": "2013款 1.5 GTDi180 时尚型", 
     712            "rank": "90", 
     713            "score": "4.5", 
     714            "price": "19.18万" 
     715        } 
     716    ] 
     717} 
    711718}}} 
    712719=== 2.26 [=#point226 车型图片列表]=== 
     
    810817=== 2.34 [=#point234 车型降价信息]=== 
    811818{{{ 
    812    url:http://mrobot.pcauto.com.cn/v3/price/getModelfavourableInfoBySerialId?sid=8 
     819   url:http://mrobot.pcauto.com.cn/v3/price/getModelfavourableInfoBySerialId/8 
    813820   作用:获取某个车系下在售车型的降价信息 
    814821   使用范围:汽车网app 
    815822   是否需要登录:否 
    816823   http请求方式:get 
    817    请求参数:sid 车系id 
     824   请求参数:sid:车系id 
    818825 
    819826    返回参数: 
     
    10011008||第一批|| 车型库首页品牌列表 ||2.23 [#point223 车型库首页品牌列表 ] ||-|| -  ||-|| 可内测 ||- || mrobot代理 
    10021009||第一批|| 精准选车条件 ||2.24 [#point224 精准选车条件 ] ||-|| -  ||-|| 可内测 ||- || mrobot实现 
    1003 ||第一批|| 车主点评列表 ||2.25 [#point225 获取车主点评列表 ] ||-|| 车型库同事  ||-|| - ||- || mrobot代理 
     1010||第一批|| 车主点评列表 ||2.25 [#point225 获取车主点评列表 ] ||-|| 车型库同事  ||-|| 静态数据 ||- || mrobot代理 
    10041011||第一批|| 图片终端页 ||2.26 [#point226 车型图片列表 ] ||-|| 车型库同事  ||-|| 完成 ||- || mrobot代理 
    10051012||第一批|| 论坛帖子列表 ||2.27 [#point227 论坛帖子列表 ] ||-|| 论坛同事  ||-|| - ||- || mrobot代理