Changes between Version 42 and Version 43 of pcauto_BuyAuto_1.0.0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.0.0

    v42 v43  
    615615             http://price.pcauto.com.cn/interface/iphone/photo_page_list.jsp 
    616616}}} 
     617 
     618==== 3) 车系/车型 全部图片查询(分组返回) ==== 
     619{{{ 
     620 请求URL: 待开发 
     621 HTTP请求方式:get 
     622 是否需要登录:否 
     623 返回格式:json 
     624 缓存方式:无 
     625 缓存时间:1小时 
     626 请求参数: 
     627     serialId:车系id 
     628    modelId:车型id 
     629 返回参数: 
     630{ 
     631 [ 
     632   { 
     633     "groupid":23,// 图片分类id 
     634     "name":"外观", 
     635     "total":1024, 
     636     "pictures":[// 只返回6张 
     637       { 
     638            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_500.jpg", 
     639            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_120x90.jpg" 
     640       }, 
     641       { 
     642            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_500.jpg", 
     643            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_120x90.jpg" 
     644       } 
     645       ... 
     646     ] 
     647   }, 
     648   ... 
     649 ] 
     650 
     651}}}