Changes between Version 91 and Version 92 of pcauto_4.5.0/interface


Ignore:
Timestamp:
10/09/2014 10:13:27 AM (12 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v91 v92  
    14461446=== 2.4.12 [=#point2.4.12 预约试驾] === 
    14471447{{{ 
    1448     请求url: 
     1448    请求url:http://mrobot.pcauto.com.cn/v3/price/testdriverv45/?areaId=0&modelId=33318&seq=0&modelName=%E5%A5%A5%E8%BF%AAA4L+2015%E6%AC%BE+1.8+30TFSI+%E6%89%8B%E5%8A%A8%E8%88%92%E9%80%82%E5%9E%8B&url=http://img.pconline.com.cn/images/upload/upc/tx/auto5/1408/11/c6/37300232_37300232_1407743541947_120x90.jpg 
    14491449    HTTP请求方式:GET 
    14501450    是否需要登录:false 
     
    14571457 
    14581458    请求参数: 
    1459 dealerId 
    1460 dealerName 
    1461 modelId 
    1462 modelName 
     1459dealerId:经销商ID 
     1460dealerName:经销商名称 
     1461modelId:车型id 
     1462modelName:车型名称 
    14631463url:车型图片链接 
    14641464阅读模式:无参数 白天;night 晚间 
    14651465    返回结果: 
     1466点击车型选择协议:  pcaction://choose-car/json={"cars":[{"id":1, name:"车型名字"}]} 
     1467点击地址选择协议:  pcaction://location/ 
     1468 
     1469定义三个js函数: 
     1470setlocation(regionId,regionName) ;调用效果:设置地址,regionId(城市id),regionName(城市名称) 
     1471setCar(modelId,modelName,url);调用效果:设置车型,modelId(车型id),modelName(车型名称),url(车型图片地址) 
     1472 
    14661473在HTML源码里,加入可选车型 
    14671474    /*@_HTML_META_START_