Changes between Version 37 and Version 38 of pcauto_4.0.0/interface
- Timestamp:
- 10/09/2013 10:35:21 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pcauto_4.0.0/interface
v37 v38 607 607 2)所有条件加入“不限”选项 608 608 }}} 609 === 2.26 [=#point2026 车系页接口]=== 610 备注: [http://trac.pc.com.cn/iphone/wiki/pcauto_pconline_4.0.0/intf#a2.16 原车系页接口][[BR]] 611 {{{ 612 url: 613 作用:获取车系详细数据 614 使用范围:汽车网app 615 http请求方式:get 616 是否需要登录:否 617 请求参数:sid //车系ID 618 返回参数: 619 { 620 “img”:”http://xxxx.jpg”, 621 “imgCnt”:123, 622 “brand”:”奥迪”, 623 “bId”:1, 624 “pRange”:”28.50-42.88万”, 625 “sName”:”奥迪Q3”, 626 “kind”:”中型车”, 627 “sections”:[ 628 { 629 “data”:[ 630 { 631 “id”:1, 632 “minPrice”:”25.30”, 633 “vPrice”:”25.30-28.50” 634 “title”:”” 635 } 636 ], 637 “title”:””, 638 “status”:”在售/停售”, 639 } 640 ] 641 } 642 }}} 643 === 2.27 [=#point2027 获取全部车型接口]=== 644 {{{ 645 url:待定 646 作用:获取某车系下全部车型 647 使用范围:汽车网app 648 http请求方式:get 649 是否需要登录:否 650 请求参数:sid //车系ID 651 返回参数: 652 { 653 “models”:[ 654 { 655 “id”:1, 656 “title”:”” 657 } 658 ] 659 } 660 }}} 661 === 2.28 [=#point2028 车主点评列表]=== 662 {{{ 663 url:待定 664 作用:获取某车系下的车主点评列表 665 使用范围:汽车网app 666 是否需要登录:否 667 http请求方式:get 668 请求参数:sid //车系ID 669 返回参数: 670 { 671 “list”:[ 672 { 673 “id”:1, 674 “sName”:”xxx”, 675 “rank”:51, 676 “score”:4.8, 677 “price”:“” 678 } 679 ] 680 } 681 }}} 682 === 2.29 [=#point2029 车型图片列表]=== 683 {{{ 684 url:待定 685 作用:按照分类获取车系图片列表 686 使用范围:汽车网app 687 是否需要登录:否 688 http请求方式:get 689 请求参数: 690 tId //分类ID 691 mId //车型ID 692 cId //颜色ID 693 返回参数: 694 { 695 “imgs”:[ 696 { 697 bPath:”http://xxxx.jpg”, 698 sPath:”http://xxxx.jpg” 699 } 700 ] 701 } 702 703 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)