| 544 | | http://price.pcauto.com.cn/interface/iphone/photo_page_list.jsp?typeId=3&serialGroupId=10059&pageSize=999&pageNo=1 |
| 545 | | 请求后端参数: |
| 546 | | serialGroupId:车系id |
| 547 | | pageSize:一页条数 |
| 548 | | pageNo:页数 |
| 549 | | typeId:部件:1为外观,2为内饰,3为其他细节,4为官方图 |
| 550 | | }}} |
| | 563 | http://price.pcauto.com.cn/interface/iphone/photo_choose_option.jsp |
| | 564 | }}} |
| | 565 | |
| | 566 | ==== 2) 车系/车型图片筛选查询 ==== |
| | 567 | {{{ |
| | 568 | 请求URL: http://mrobot.pcauto.com.cn/v2/price/pictures?serialGroupId=3404&modelId=26593&colorId=16133&typeId=1 |
| | 569 | HTTP请求方式:get |
| | 570 | 是否需要登录:否 |
| | 571 | 返回格式:json |
| | 572 | 缓存方式:无 |
| | 573 | 缓存时间:1小时 |
| | 574 | 请求参数: |
| | 575 | serialId:车系id |
| | 576 | modelId:车型id |
| | 577 | typeId:图片类型id |
| | 578 | colorId:颜色id |
| | 579 | pageNo:第几页 |
| | 580 | pageSize:每页显示多少条 |
| | 581 | 返回参数: |
| | 582 | { |
| | 583 | "data": [ |
| | 584 | { |
| | 585 | "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932203312_500.jpg", |
| | 586 | "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932203312_120x90.jpg" |
| | 587 | }, |
| | 588 | { |
| | 589 | "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932206296_500.jpg", |
| | 590 | "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932206296_120x90.jpg" |
| | 591 | }, |
| | 592 | { |
| | 593 | "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932209296_500.jpg", |
| | 594 | "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932209296_120x90.jpg" |
| | 595 | }, |
| | 596 | { |
| | 597 | "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932212468_500.jpg", |
| | 598 | "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932212468_120x90.jpg" |
| | 599 | }, |
| | 600 | { |
| | 601 | "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932215640_500.jpg", |
| | 602 | "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932215640_120x90.jpg" |
| | 603 | }, |
| | 604 | { |
| | 605 | "bigPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_500.jpg", |
| | 606 | "smallPath": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/08/c4/24272527_1375932218718_120x90.jpg" |
| | 607 | } |
| | 608 | ], |
| | 609 | "pageCount": 4, |
| | 610 | "pageNo": 1, |
| | 611 | "pageSize": 6, |
| | 612 | "total": 19 |
| | 613 | } |
| | 614 | 请求后端URL: |
| | 615 | http://price.pcauto.com.cn/interface/iphone/photo_page_list.jsp |
| | 616 | }}} |