Changes between Version 10 and Version 11 of pcauto_4.3.0/interface


Ignore:
Timestamp:
04/11/2014 10:47:55 AM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v10 v11  
    190190    ] 
    191191} 
    192  
    193  
    194 }}} 
     192}}} 
     193 
     194=== 2.5 [=#point205 根据品牌id获取车系列表]=== 
     195{{{ 
     196 
     197接口URL:http://mrobot.pcauto.com.cn/v2/price/models/search?queryJson=%7B%22cluster_price%22:%5B%22150%E4%B8%87%E4%BB%A5%E4%B8%8A%22%5D,%22cluster_kind%22:%5B%22%E5%85%A8%E5%B0%BA%E5%AF%B8suv%22%5D%7D&pageNo=1&orderId=1&type=1 
     198 
     199请求参数 
     200不变 
     201 
     202 
     203提交方式:GET 
     204是否需要登录:否 
     205返回格式:json  
     206缓存方式:无 
     207缓存时间:无 
     208设计稿:todo 
     209返回结果: 
     210修改priceRange字段的规则,不出整个车系的价格范围,而是出该车系里符合这个条件的车型的价格范围 
     211 
     212 
     213}}}