| | 2440 | === 2.4.15 [=#point2.4.15 车型库-根据厂商id出该厂商的所有车系] === |
| | 2441 | {{{ |
| | 2442 | 请求url:http://mrobot.pcauto.com.cn/v3/price/getSerialListByManufacturerId/33?v=4.5.0 |
| | 2443 | HTTP请求方式:GET |
| | 2444 | 是否需要登录:false |
| | 2445 | 返回格式:json |
| | 2446 | 返缓存方式:无 |
| | 2447 | 缓存时间:无 |
| | 2448 | 说明: |
| | 2449 | 请求参数: |
| | 2450 | /33 厂商id |
| | 2451 | v=4.5.0 |
| | 2452 | |
| | 2453 | 返回结果: |
| | 2454 | { |
| | 2455 | "manufacturers": [ |
| | 2456 | { |
| | 2457 | "brandName": "大众", |
| | 2458 | "name": "大众(进口)", |
| | 2459 | "brandIntroduction": "http://price.pcauto.com.cn/qcbk/ppgs/VW/1208/2068884.html", |
| | 2460 | "serials": [ |
| | 2461 | { |
| | 2462 | "id": 2383, |
| | 2463 | "name": "途锐", |
| | 2464 | "kind": "中大型SUV", |
| | 2465 | "priceRange": "68.6~136.48 万", |
| | 2466 | "isNew": 0, |
| | 2467 | "sellStatus": 3, |
| | 2468 | "carVersion": 1, |
| | 2469 | "carField": 2, |
| | 2470 | "photo": "http://www1.pcauto.com.cn/piclib/20000/nEO_IMG_2383.jpg", |
| | 2471 | "count": 35 |
| | 2472 | }, |
| | 2473 | ... |
| | 2474 | ] |
| | 2475 | } |
| | 2476 | ] |
| | 2477 | } |
| | 2478 | }}} |
| | 2479 | |