| 110 | | ==== 6. 车型库-搜索 ==== |
| 111 | | ||请求地址||待定 |
| 112 | | ||method||get |
| 113 | | ||login||否 |
| 114 | | ||返回格式||json |
| 115 | | ||缓存方式|| |
| 116 | | ||缓存时间|| |
| 117 | | ||请求参数|| |
| 118 | | ||参数名||类型||必须||说明|| |
| 119 | | ||keyword||string||是||用户输入的搜索关键字|| |
| 120 | | ||返回参数|| |
| 121 | | ||参数名||类型||必须||说明|| |
| 122 | | ||total||number||是||数据总个数|| |
| 123 | | ||list||array||是||分页结果列表|| |
| 124 | | ||列表项数据格式说明|| |
| 125 | | || ||参数名||类型||必须||说明|| |
| 126 | | || ||seriesid||number||是||车系id|| |
| 127 | | || ||namel||number||是||车系名称|| |
| | 109 | ==== 6. 车型库-车系搜索 ==== |
| | 110 | 备注:搜索接口,搜索某品牌下的车系[[BR]] |
| | 111 | 请求URL:http://mrobot.pcauto.com.cn/v3/price/models/search?keyword=大众&pageNo=1&pageSize=1000 [[BR]] |
| | 112 | HTTP请求方式:get[[BR]] |
| | 113 | 是否需要登录:否[[BR]] |
| | 114 | 返回格式:json[[BR]] |
| | 115 | 缓存方式:无[[BR]] |
| | 116 | 缓存时间:无[[BR]] |
| | 117 | 请求参数: |
| | 118 | ||keyword||查询条件|| |
| | 119 | ||pageNo||页码|| |
| | 120 | ||pageSize||一页条数|| |
| | 121 | 请求后端URL:http://price.pcauto.com.cn/interface/iphone/search_serial_group_list.jsp?pageNo=1&pageSize=1000&keyword=大众 |
| | 122 | 请求后端参数: |
| | 123 | ||keyword||查询条件|| |
| | 124 | ||pageNo||页码|| |
| | 125 | ||pageSize||一页条数|| |