Changes between Version 30 and Version 31 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
03/29/2013 10:09:45 AM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v30 v31  
    573573 
    574574}}} 
     575 
     576 
     577=== 2.9 车型列表 === 
     578{{{ 
     579    http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId/3524 
     580    作用: 
     581    使用范围:汽车网app:命名前缀pcauto 
     582    备注:title字段里面的车系名称去掉,其他不变 
     583     
     584     
     585    请求参数: 无 
     586    请求方法:get 
     587    是否需要登录:否 
     588    返回参数: 
     589{ 
     590    "pageCount":"9", 
     591    "pageNo":"1", 
     592    "data":[ 
     593        { 
     594            "commentNum":"0", 
     595            "id":"2395585", 
     596            "title":"“BMW大师殿堂”杨丽萍舞剧《孔雀》在陕西惊艳登场", 
     597            "image":"http://img0.pcauto.com.cn/pcauto/1303/15/2395585_1.png", 
     598            "channel":"汽车报价", 
     599            "pubDate":"2013-02-03"        //时间 
     600        } 
     601    ], 
     602    "pageSize":"20" 
     603} 
     604 
     605 
     606}}}