Changes between Version 68 and Version 69 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
12/04/2012 10:10:11 AM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.3.0/web-intf

    v68 v69  
    13501350===  2.16 [=#point216 车型界面参数修改(汽车) ] ===  
    13511351{{{ 
     1352车型界面用新的地址 
     1353http://mrobot.pcauto.com.cn/v3/price/modelsv33/${modelId}?areaId=${areaId} 
     1354modelId 车型id   
     1355areaId  地区id  不请求默认为全国 
     1356例子: 
     1357   http://mrobot.pcauto.com.cn/v3/price/modelsv33/21334 
     1358}}} 
     1359 
     1360 
     1361{{{ 
    13521362增加几个协议 
    13531363 
     
    13641374实际请求地址http://mrobot.pcauto.com.cn/v3/price/order?dealerId=${dealerId}&modelId=${modelId}&modelName=${modelName} 
    13651375例子http://mrobot.pcauto.com.cn/v3/price/order?dealerId=15075&modelId=21334&modelName=%B0%C2%B5%CFQ5%28%BD%F8%BF%DA%29+2012%BF%EE+2.0TFSI+Hybrid+quattro 
    1366  
    1367  
    1368  
    1369 车型经销商 地址  
    1370 pcaction://pcauto-model-choosecity?id={modelId} 
    1371  
    13721376 
    13731377车型经销商 地图  
     
    13801384 
    13811385 
     1386 
     1387车型经销商 地址列表 
     1388pcaction://pcauto-model-choosecity?id={modelId} 
     1389modelId 车型id 
     1390实际请求地址 
     1391http://mrobot.pcauto.com.cn/v3/price/dealersRegion?modelId={modelId} 
     1392例子:http://mrobot.pcauto.com.cn/v3/price/dealersRegion?modelId=21334 
     1393选择完之后,再次请求 
     1394 
     1395 
     1396 
     1397车型经销商 详情 
     1398pcaction://pcauto-model-sale?seq=${seq}&modelId=${modelId}&areaId=${areaId} 
     1399seq    第几个经销商 ,从0开始,这个数字由系统自动生成 
     1400modelId   车型id 
     1401areaId  地区id 
     1402实际请求地址 
     1403http://mrobot.pcauto.com.cn/v3/price/modelsv33/dealersDetail?areaId=${areaId}&modelId=${modelId}&seq=${seq} 
     1404例子: 
     1405http://mrobot.pcauto.com.cn/v3/price/modelsv33/dealersDetail?areaId=&modelId=21334&seq=0 
    13821406 
    13831407