Changes between Version 35 and Version 36 of intfs_new


Ignore:
Timestamp:
07/04/2014 02:29:42 PM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intfs_new

    v35 v36  
    133133 请求后端URL: 
    134134             http://www.pcauto.com.cn/app/bbs/1306/intf1847.html  
     135}}} 
     136 
     137=== 2.1.5 [=#point205 获取车系图片筛选条件]=== 
     138{{{ 
     139 请求URL:http://mrobot.pcauto.com.cn/v2/price/pictureConditions?serialId=3404 
     140          http://mrobot.pcauto.com.cn/v2/price/pictureConditions?modelId=26593 
     141 HTTP请求方式:get 
     142 是否需要登录:否 
     143 返回格式:json 
     144 缓存方式:无 
     145 缓存时间:1小时 
     146 请求参数:serialId: 车系id,必填 
     147           modelId: 车型id,可选,当modelId不为0时,返回参数的models字段为空数组 
     148 返回参数: 
     149 { 
     150    "models":[ 
     151        { 
     152            "id":123, 
     153            "modelName":"" 
     154        } 
     155    ], 
     156    "types":[ 
     157        { 
     158            "id":1, 
     159            "typeName":"外观" 
     160        } 
     161    ], 
     162    "colors":[ 
     163        { 
     164            "id":1, 
     165            "colorName":"" 
     166        } 
     167    ] 
     168} 
     169 请求后端URL: 
     170             http://price.pcauto.com.cn/interface/iphone/photo_choose_option.jsp 
     171}}} 
     172 
     173=== 2.1.6 [=#point206  根据筛选条件出图片]=== 
     174{{{ 
     175 请求URL: http://mrobot.pcauto.com.cn/v2/price/pictures?serialGroupId=3404&modelId=26593&colorId=16133&typeId=1 
     176 HTTP请求方式:get 
     177 是否需要登录:否 
     178 返回格式:json 
     179 缓存方式:无 
     180 缓存时间:1小时 
     181 请求参数:serialId:车系id 
     182           modelId:车型id 
     183           typeId:图片类型id 
     184           colorId:颜色id 
     185           pageNo:第几页 
     186           pageSize:每页显示多少条 
     187 返回参数: 
     188{ 
     189    "data": [ 
     190        { 
     191            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932203312_500.jpg", 
     192            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932203312_120x90.jpg" 
     193        }, 
     194        { 
     195            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932206296_500.jpg", 
     196            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932206296_120x90.jpg" 
     197        }, 
     198        { 
     199            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932209296_500.jpg", 
     200            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932209296_120x90.jpg" 
     201        }, 
     202        { 
     203            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932212468_500.jpg", 
     204            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932212468_120x90.jpg" 
     205        }, 
     206        { 
     207            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932215640_500.jpg", 
     208            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932215640_120x90.jpg" 
     209        }, 
     210        { 
     211            "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_500.jpg", 
     212            "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_120x90.jpg" 
     213        } 
     214    ], 
     215    "pageCount": 4, 
     216    "pageNo": 1, 
     217    "pageSize": 6, 
     218    "total": 19 
     219} 
     220 请求后端URL: 
     221             http://price.pcauto.com.cn/interface/iphone/photo_page_list.jsp 
    135222}}} 
    136223