Changes between Version 30 and Version 31 of pcauto_chexingku/web-intf


Ignore:
Timestamp:
08/10/2012 05:14:36 PM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_chexingku/web-intf

    v30 v31  
    211211    "data":[ 
    212212        { 
     213            "min":0, 
    213214            "title":"5万以下", 
     215            "max":5, 
    214216            "indexId":0 
    215217        }, 
    216218        { 
     219            "min":5, 
    217220            "title":"5-8万", 
     221            "max":8, 
    218222            "indexId":1 
    219223        }, 
    220224        { 
     225            "min":8, 
    221226            "title":"8-10万", 
     227            "max":10, 
    222228            "indexId":2 
    223229        }, 
    224230        { 
     231            "min":10, 
    225232            "title":"10-15万", 
     233            "max":15, 
    226234            "indexId":3 
    227235        }, 
    228236        { 
     237            "min":15, 
    229238            "title":"15-20万", 
     239            "max":20, 
    230240            "indexId":4 
    231241        }, 
    232242        { 
     243            "min":20, 
    233244            "title":"20-25万", 
     245            "max":25, 
    234246            "indexId":5 
    235247        }, 
    236248        { 
     249            "min":25, 
    237250            "title":"25-35万", 
     251            "max":35, 
    238252            "indexId":6 
    239253        }, 
    240254        { 
     255            "min":35, 
    241256            "title":"35-50万", 
     257            "max":50, 
    242258            "indexId":7 
    243259        }, 
    244260        { 
     261            "min":50, 
    245262            "title":"50-70万", 
     263            "max":70, 
    246264            "indexId":8 
    247265        }, 
    248266        { 
     267            "min":70, 
    249268            "title":"70-100万", 
     269            "max":100, 
    250270            "indexId":9 
    251271        }, 
    252272        { 
     273            "min":100, 
    253274            "title":"100-150万", 
     275            "max":150, 
    254276            "indexId":10 
    255277        }, 
    256278        { 
     279            "min":150, 
    257280            "title":"150万以上", 
     281            "max":99999, 
    258282            "indexId":11 
    259283        } 
     
    261285} 
    262286 
     287 
    263288indexId 价格范围索引 
    264289title 价格范围内容 
     
    271296请求方式get 
    272297请求参数: 
    273   price :价格范围,例如 100-150万  70-100万 ,需要UTF-8编码 
     298    minPrice: 最低价格 
     299    maxPrice: 最高价格 
    274300Url: 
    275    http://mrobot.pcauto.com.cn/v3/price/getSerialListByPrice 
     301   http://mrobot.pcauto.com.cn/v3/price/getSerialListByPrice?minPrice={minPrice}&maxPrice={maxPrice} 
    276302例子: 
    277    http://mrobot.pcauto.com.cn/v3/price/getSerialListByPrice?price=70-100%e4%b8%87 
     303   http://mrobot.pcauto.com.cn/v3/price/getSerialListByPrice?minPrice=5&maxPrice=8 
    278304 
    279305返回: