| 167 | | **请求参数**= |
| 168 | | ||参数名||类型||必须||=说明=|| |
| 169 | | |
| | 171 | |
| | 172 | [[BR]]现应用接口: |
| | 173 | {{{#!java |
| | 174 | http://price.pcauto.com.cn/dealer/interface/app/dealer_info_json.jsp?dealerId=18454&type=1 经销商基本信息 |
| | 175 | http://price.pcauto.com.cn/interface/iphone/dealer_news_message.jsp?dealerId=18454 经销商优惠车系列表 |
| | 176 | http://price.pcauto.com.cn/interface/iphone/atom/dealer/get_dealer_model_basic_json.jsp?dealerId=18454&modelId=30499 经销商关于该车型的报价信息 |
| | 177 | http://price.pcauto.com.cn/interface/iphone/atom/pic/list_main_photo_json.jsp?modelId=30499 该车型的5张图 |
| | 178 | http://price.pcauto.com.cn/interface/iphone/atom/price/model_calculator_basic_json.jsp?mIds=30499 拿排量等数据,用于购车计算 |
| | 179 | http://price.pcauto.com.cn/interface/iphone/atom/dealer/dealer_market_model_json.jsp?marketId=87572237 该店该车系下有优惠的车型数据 |
| | 180 | }}} |
| | 181 | [[BR]]HTTP请求方式:get |
| | 182 | [[BR]]是否需要登录:false |
| | 183 | [[BR]]返回格式:html |
| | 184 | [[BR]]缓存方式: |
| | 185 | [[BR]]缓存时间:60 |
| | 186 | [[BR]]说明: |
| | 187 | [[BR]]请求参数:[[BR]] |
| | 188 | ||参数名||类型||必须||说明|| |
| | 189 | ||modelId||int||Y||车型ID|| |
| | 190 | ||dealerId||int||Y||经销商ID|| |
| | 191 | ||serialId||int||Y||车系ID|| |
| | 192 | ||areaId||int||Y||区域ID|| |
| | 193 | |
| | 194 | 返回结构如下: |
| | 195 | {{{#!java |
| | 196 | { |
| | 197 | "vip": 2, |
| | 198 | "phone": "400-860-0406", |
| | 199 | "is400": 1, |
| | 200 | "address": "总店地址:广州白云区石井凰岗(导航:“石丰路”或白云区的“广东中奥”)/天河区分店地址:广州市天河区中山大道中1240号(东圃客运站往黄埔方向1公里斜对面处);", |
| | 201 | "shareUrl": "http://price.pcauto.com.cn/18545/", |
| | 202 | "aq": 1, |
| | 203 | "serialId": "4313", |
| | 204 | "jingdu": "113.23", |
| | 205 | "weidu": "23.20", |
| | 206 | "dealerFullName": "广东中奥汽车销售服务有限公司", |
| | 207 | "dealerName": "广东中奥奥迪", |
| | 208 | "dealerId": 18545, |
| | 209 | "modelName": "奥迪A6L 2014款 TFSI 手动基本型 ", |
| | 210 | "dealerPrice": "31.79", |
| | 211 | "price": "38.3", |
| | 212 | "modelId": 30499, |
| | 213 | "shouFu": 9.54, |
| | 214 | "total": 35.82, |
| | 215 | "monthPay": 0.68, |
| | 216 | "paiLiang": 1984, |
| | 217 | "jrjBzzw": "5", |
| | 218 | "introduce": 0, |
| | 219 | "minPrice": "31.79", |
| | 220 | "discount": 0, |
| | 221 | "result": { |
| | 222 | "currentPrice": "31.79" |
| | 223 | }, |
| | 224 | "images": [ |
| | 225 | "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1507/27/c28/10296862_10296862_1437983119930.jpg", |
| | 226 | "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1507/27/c28/10296862_10296862_1437983124188.jpg", |
| | 227 | "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1507/27/c28/10296862_10296862_1437983127737.jpg", |
| | 228 | "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1507/27/c28/10296862_10296862_1437983127931.jpg", |
| | 229 | "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1507/27/c28/10296862_10296862_1437983136184.jpg" |
| | 230 | ], |
| | 231 | "models": [ |
| | 232 | { |
| | 233 | "modelId": 30499, |
| | 234 | "price": "38.3万", |
| | 235 | "modelName": "奥迪A6L 2014款 TFSI 手动基本型 ", |
| | 236 | "decline": "13.05", |
| | 237 | "quantity": "充足", |
| | 238 | "isReplace": 0, |
| | 239 | "nowPrice": "33.3万", |
| | 240 | "carField": false, |
| | 241 | "discount": "5.00", |
| | 242 | "shouFu": 9.99, |
| | 243 | "total": 37.5, |
| | 244 | "monthPay": 0.71, |
| | 245 | "is400": 1, |
| | 246 | "phone": "400-860-0406", |
| | 247 | "dealerName": "广东中奥奥迪", |
| | 248 | "minPrice": "33.3", |
| | 249 | "paiLiang": 1984, |
| | 250 | "jrjBzzw": "5", |
| | 251 | "introduce": 0, |
| | 252 | "result": { |
| | 253 | "currentPrice": "33.3", |
| | 254 | "disString": "购车直降5万元" |
| | 255 | } |
| | 256 | } |
| | 257 | ], |
| | 258 | "param": { |
| | 259 | "modelId": "30499", |
| | 260 | "dealerId": "18545", |
| | 261 | "serialId": "4313", |
| | 262 | "areaId": "1", |
| | 263 | "fmt": "json" |
| | 264 | } |
| | 265 | } |
| | 266 | }}} |