Changes between Version 1 and Version 2 of pcauto/choose


Ignore:
Timestamp:
07/25/2011 04:00:02 PM (15 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto/choose

    v1 v2  
    1 1 . 车型库(提供所有的汽车品牌) 
    2 http://v24.pcauto.com.cn/interface/iphone/brand_list.jsp 
     1汽车网的使用的是快搜接口,所以需要遵循快搜的规则,不过前几个参数基本都是固定的 
     21.取所有搜索条件的接口: 
     3http://ks.pcauto.com.cn/search.jsp?q=state:1&returnType=json&appName=auto_price&clustered=cluster_brand,cluster_price,cluster_displacement,cluster_gearbox,&perPage=0 
     4 
     52.选择完成后提交的地址接口: 
     6http://ks.pcauto.com.cn/search.jsp?returnType=json&return=title,pic,url,price,kind_name,gearbox,displacement,cubage&appName=auto_price&q=state:1&perPage=5&clusterQuery%3D%28%28cluster_bland%3A10-15%E4%B8%87%2520OR%2520cluster_price%3A5-8%E4%B8%87%29%2520AND%2520cluster_price%3A%E6%9C%AC%E7%94%B0%29 
     7clusterQuery参数说明:类似于如下格式, 
     8夏稳(夏稳-分机897) 15:39:31 
     9如果是并条件,急用OR连接起来,与条件用AND,中间用空格隔开,两侧用括号包住 
     10clusterQuery=((cluster_bland:10-15万 OR cluster_price:5-8万) AND cluster_price:本田) 
    311 
    412 
    5 2 .某一品牌下的所有车系 
    6 http://v24.pcauto.com.cn/interface/iphone/serialGroup_list.jsp?bid=2 
    713 
    8 3 .某一车系下的所有车型 
    9 http://v24.pcauto.com.cn/interface/iphone/model_list.jsp?sid=98 
    1014 
    11 4 .汽车详情 
    12 http://v24.pcauto.com.cn/interface/iphone/model_detail.jsp?modelId=17380 
    1315 
    14 5 .经销商资料列表 
    15 http://v24.pcauto.com.cn/interface/iphone/dealer_page_list.jsp?modelId=17380&areaId=1&pageNo=1 
     16电脑网的选机提交地址: 
     17http://product.pconline.com.cn/productadvanceresult.jsp?type=3&queryStr=smallType%3A20937%20%u50CF%u7D20%3A%28%5B270%20TO%20369%5D%20OR%20%5B470%20TO%20799%5D%29%20%u7279%u8272%u529F%u80FD%3A%28WIFI%20OR%20%u88F8%u773C3D%29&pager.offset=0&sort= 
     18夏稳(夏稳-分机897) 15:46:22 
     19电脑网的queryStr格式如下: 
     20smallType:20937 品牌:(24133 OR 47071) 蓝牙:(支持) 主屏尺寸:([0.1 TO 2]) 
     21都是类似于key:(value)的格式,只有smallType是除外的,因为它代表小类的id 
     22雷敬棠(雷敬棠) 15:52:01 
     23那多选的话应该就是这样   品牌:(24133 OR 47071)? 
    1624 
    17 6 .车型图片  
    18 http://v24.pcauto.com.cn/interface/iphone/photo_page_list.jsp?serialGroupId=98&typeId=1&pageNo=1 
     25另外不同的kv对只是用空格间隔么? 
     26夏稳(夏稳-分机897) 15:52:25 
     27对的 
     28 
     29 
     30 
     31 
     32 
     33 
     34 
     35 
     36 
     37 
     38