Changes between Version 21 and Version 22 of pcauto_4.2.0/interface


Ignore:
Timestamp:
02/25/2014 03:54:44 PM (12 years ago)
Author:
maozhijun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.2.0/interface

    v21 v22  
    524524=== 2.19  [=#point219 精准选车-车系列表接口]=== 
    525525{{{ 
    526 接口URL: 
    527 接口是否已经完善:否 
    528 }}} 
     526接口URL:http://mrobot.pcauto.com.cn/v2/price/models/search 
     527 
     528必填参数: 
     529queryJson:查询条件 
     530type=1 
     531 
     532是否需要登录:否 
     533返回格式:json  
     534支持跨域:是 
     535支持回调:是 
     536缓存方式:无 
     537缓存时间:无 
     538 
     539返回结果: 
     540{ 
     541"data":[ 
     542{ 
     543"displacement":"1.3", 
     544"gearbox":"5档手动", 
     545"horsePower":"88", 
     546"id":"24000", 
     547"kind":"中型SUV", 
     548"lowestPrice":"4.78万", 
     549"photo":"", 
     550"price":"47800", 
     551"serialId":"4207", 
     552"serialName":"野马F99", 
     553"size":"4510x1720x1630", 
     554"title":"野马F99 2012款 1.3L 两驱 手动基本型" 
     555} 
     556], 
     557"pageCount":1, 
     558"pageNo":1, 
     559"pageSize":1000, 
     560"total":347 
     561} 
     562 
     563}}}