Changes between Version 73 and Version 74 of pcauto_BuyAuto_1.0.0


Ignore:
Timestamp:
07/29/2014 05:31:03 PM (12 years ago)
Author:
limingjiu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.0.0

    v73 v74  
    4242}}} 
    4343 
    44 ==== 2.1.2.车型库-品牌-车系列表 (已有接口,但需要修改)==== 
     44==== 2.1.2.车型库-品牌-车系列表 ==== 
    4545备注:通过品牌ID得到车系列表 
    46 [[BR]]请求URL:http://mrobot.pcauto.com.cn/v3/price/getSerialListByBrandId/60 
     46[[BR]]请求URL:http://dev3.pcauto.com.cn:8001/interface/iphone/serialGroup_list_v2.jsp?bid=1&type=1 
    4747[[BR]] HTTP请求方式:get 
    4848[[BR]] 是否需要登录:否 
     
    5151[[BR]] 缓存时间:5分钟 
    5252请求参数: 
    53 ||id||number||品牌id 
    54 求后端URL:http://price.pcauto.com.cn/interface/iphone/serialGroup_list_v2.jsp?bid=60 
     53||bid||number||品牌id 
     54求后端URL:http://dev3.pcauto.com.cn:8001/interface/iphone/serialGroup_list_v2.jsp?bid=1&type=1 
    5555[[BR]]请求后端参数: 
    56 ||id||number||品牌id 
     56||bid||number||品牌id 
    5757返回参数,需要增加一个字段: 
    5858||'''参数名'''||'''类型'''||'''必须'''||'''说明'''|| 
    59 || salestatus||number||必须||1、在售、2停售|| 
     59||salestatus||number||必须||1、在售、2停售|| 
    6060 
    6161==== 2.1.3.车型库-热销排行榜 ====