Changes between Version 43 and Version 44 of pcauto_BuyAuto_1.0.0


Ignore:
Timestamp:
07/24/2014 03:40:07 PM (12 years ago)
Author:
limingjiu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.0.0

    v43 v44  
    234234||page||number||是||分页页码|| 
    235235||pagesize||number||是||分页大小|| 
    236 ||infotype||number||是||资讯类型:0、全部、1、报价、3、其他(待定)|| 
     236||infotype||number||是||资讯类型:0、全部、1、新闻 2、评测  3、导购  4、行情|| 
    237237||返回参数|| 
    238238||参数名||类型||必须||说明|| 
     
    284284||-||-||-||-|| 
    285285 
    286 ==== 3)车型-点评 ==== 
    287 备注:搜索接口,搜索某品牌下的车系[[BR]] 
    288 请求URL: 待定 [[BR]] 
    289 HTTP请求方式:get[[BR]] 
    290 是否需要登录:否[[BR]] 
    291 返回格式:json[[BR]] 
    292 缓存方式:无[[BR]] 
    293 缓存时间:无[[BR]] 
    294 请求参数 
    295 ||参数名||类型||必须||说明|| 
    296 ||carid||string||是||车系id|| 
    297 ||返回参数|| 
    298 ||参数名||类型||必须||说明|| 
    299 ||-||-||-||-|| 
    300 ||页面内协议说明|| 
    301 ||参数名||类型||必须||说明|| 
    302 ||-||-||-||-|| 
     286==== 3)车型-点评(资讯客户端的车主点评) ==== 
     287{{{ 
     288备注:车主点评终端页 
     289 请求URL:http://mrobot.pcauto.com.cn/v3/price/commentDetail/{modelId} 
     290 v4.3之后请使用如下url: 
     291              http://mrobot.pcauto.com.cn/v3/price/commentDetail/{modelId}?userId=123&isShow=0 
     292 HTTP请求方式:get 
     293 是否需要登录:否 
     294 返回格式:html页面 
     295 缓存方式:无 
     296 缓存时间:无 
     297 请求参数: 
     298        车型id 
     299        userId: 用户id 
     300        isShow:0,不显示车型名称;1,显示车型名称 
     301        阅读模式:无参数 白天;night 晚间 
     302 请求后端URL: 
     303        http://price.pcauto.com.cn/interface/iphone/detail_comment_owner.jsp?mid=19799 
     304        http://price.pcauto.com.cn/interface/iphone/model_detail.jsp?mid=19799 
     305        http://price.pcauto.com.cn/interface/iphone/model_list_v3.jsp   //其他车型 
     306 请求后端参数: 
     307        mid:车型id(从id_0取出) 
     308}}} 
    303309 
    304310==== 4)车型-团购/陪购 ====