Changes between Version 14 and Version 15 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/21/2014 02:48:47 PM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v14 v15  
    316316=== 2.6.1 [=#point2061 价格范围]=== 
    317317{{{ 
    318 备注:价格范围 
    319  请求URL: 
    320  
    321  HTTP请求方式:get 
    322  是否需要登录:否 
    323  返回格式:json 
    324  缓存方式:无 
    325  缓存时间: 
    326  请求参数: 
    327 返回参数: 
    328 { 
    329   prices:[ 
    330      { 
    331         id:1, 
    332         name:10万<= 
    333      }, 
    334      { 
    335         id:2, 
    336         name:10-15万 
    337      }, 
    338      { 
    339         id:3, 
    340         name:15-20万 
    341      } 
    342   ] 
     318 备注:价格范围 
     319 请求URL:http://mrobot.pcauto.com.cn/configs/pcauto_guide_price_range 
     320 
     321 HTTP请求方式:get 
     322 是否需要登录:否 
     323 返回格式:json 
     324 缓存方式:无 
     325 缓存时间:无 
     326 请求参数:无 
     327 返回参数: 
     328{ 
     329    "data": [ 
     330        { 
     331            "id": 28, 
     332            "name": "10万<=" 
     333        }, 
     334        { 
     335            "id": 29, 
     336            "name": "10-15万" 
     337        }, 
     338        { 
     339            "id": 30, 
     340            "name": "15-20万" 
     341        }, 
     342        { 
     343            "id": 31, 
     344            "name": "20-30万" 
     345        }, 
     346        { 
     347            "id": 74, 
     348            "name": "30-50万" 
     349        }, 
     350        { 
     351            "id": 33, 
     352            "name": ">=50万" 
     353        } 
     354    ] 
    343355} 
    344356}}}