Changes between Version 77 and Version 78 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
12/04/2012 01:20:00 PM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

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

    v77 v78  
    13951395}}} 
    13961396===  2.15 [=#point215 询价界面接口增加(汽车) ] ===  
     1397{{{ 
     1398 
     1399询问最低价 
     1400请求参数 
     1401     dealerId 经销商id 
     1402     modelId 车型id 
     1403     modelName 车型名字 中文用Utf-8编码 
     1404实际请求地址http://mrobot.pcauto.com.cn/v3/price/order?dealerId=${dealerId}&modelId=${modelId}&modelName=${modelName} 
     1405 
     1406例子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 
     1407 
     1408 
     1409 
     1410增加的协议 
     1411询问最低价成功、失败 
     1412pcaction://pcauto-ask4price-result?ret=0  //success 
     1413pcaction://pcauto-ask4price-result?ret=1 //fail 
     1414 
     1415 
     1416 
     1417}}} 
     1418 
     1419 
     1420 
     1421 
     1422 
    13971423 
    13981424===  2.16 [=#point216 车型界面参数修改(汽车) ] ===