| 330 | | |
| 331 | | |
| 332 | | |
| 333 | | |
| 334 | | |
| 335 | | |
| | 330 | === 2.7 [=#point2.7 优惠列表] === |
| | 331 | |
| | 332 | [[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.2/promotionList.xsp?pageNo=1&pageSize=20&brandId={brandId}&serialId={serialId}&modelId={modelId}&ps={ps}&pe={pe}&jb={jb}&orderBy= |
| | 333 | |
| | 334 | [[BR]]现应用接口: |
| | 335 | {{{ |
| | 336 | http://price.pcauto.com.cn/dealer/interface/app/market_json.jsp 基础数据包含models,dealers |
| | 337 | 增加三个字段:totalPrice全款购车 giftPackage 礼包 modelType //现车情况 amelistRange(// 销售范围,0:本市,1:本省,2:全国,3:售多市(用户自定义的,不作显示))出现非约定值 |
| | 338 | }}} |
| | 339 | [BR]原mrobot接口:http://mrobot.pcauto.com.cn/buy/price/promotionList?pageNo=1&pageSize=10&areaId=1 |
| | 340 | [[BR]]HTTP请求方式:get |
| | 341 | [[BR]]是否需要登录:false |
| | 342 | [[BR]]返回格式:json |
| | 343 | [[BR]]缓存方式: |
| | 344 | [[BR]]缓存时间:60 |
| | 345 | [[BR]]说明: |
| | 346 | [[BR]]请求参数:[[BR]] |
| | 347 | ||参数名||类型||必须||说明|| |
| | 348 | ||serialId||int||N||车系ID|| |
| | 349 | ||areaId||int||N||地区ID|| |
| | 350 | ||modelId||int||N||车型ID|| |
| | 351 | ||brandId||int||N||品牌ID|| |
| | 352 | ||ps||int||N||最低价|| |
| | 353 | ||pe||int||N||最高价|| |
| | 354 | ||jb||int||N||级别|| |
| | 355 | [BR]返回结果: |
| | 356 | { |
| | 357 | "models": [ |
| | 358 | { |
| | 359 | "dealers": [ |
| | 360 | { |
| | 361 | "address": "广州市白云区机场路888号广物汽贸(别克销售中心)", |
| | 362 | "areaName": "白云区", |
| | 363 | "dealerId": 15269, |
| | 364 | "dealerPrice": 26.99, |
| | 365 | "discount": 0, |
| | 366 | "discountPrice": 26.99, |
| | 367 | "giftPackage": { |
| | 368 | "giftPackage": "", |
| | 369 | "giftPrice": "", |
| | 370 | "otherGift": "" |
| | 371 | }, |
| | 372 | "is400": 1, |
| | 373 | "is4S": 1, |
| | 374 | "latitude": "23.192980475373542", |
| | 375 | "longitude": "113.26646061581265", |
| | 376 | "modelType": "接受预定", |
| | 377 | "name": "广东物资君豪别克", |
| | 378 | "namelistRange": 0, |
| | 379 | "newsId": 6577743, |
| | 380 | "phone": "400-860-0462", |
| | 381 | "price": 26.99 |
| | 382 | }..... |
| | 383 | ], |
| | 384 | "discount": 0, |
| | 385 | "discountPrice": 26.99, |
| | 386 | "giftPackage": { |
| | 387 | "giftPackage": "", |
| | 388 | "giftPrice": "", |
| | 389 | "otherGift": "" |
| | 390 | }, |
| | 391 | "modelId": 34369, |
| | 392 | "modelType": "接受预定", |
| | 393 | "name": "昂科威 2015款 28T 四驱精英型 ", |
| | 394 | "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1410/31/c10/40404789_40404789_1414750174280.jpg", |
| | 395 | "price": 26.99 |
| | 396 | } |
| | 397 | ], |
| | 398 | "pageCount": 2723, |
| | 399 | "pageNo": 1, |
| | 400 | "pageSize": 1, |
| | 401 | "total": 2723 |
| | 402 | } |
| | 403 | |
| | 404 | |
| | 405 | |
| | 406 | |
| | 407 | |
| | 408 | |
| | 409 | |