Changes between Version 25 and Version 26 of pcauto_4.5.0/interface


Ignore:
Timestamp:
09/03/2014 05:33:00 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v25 v26  
    2323=== 2.1.1 [=#point2.1.1 资讯首页] === 
    2424{{{ 
    25     请求url:http://mrobot.pcauto.com.cn/v2/cms/channels/1?pageNo=1&pageSize=20&v=4.5.0 
     25    请求url: 
    2626    HTTP请求方式:GET 
    2727    是否需要登录:false 
     
    4040       5专题 
    4141       6活动 
    42        7新专题-上面一个专题名/图片,下面是展示3篇文章 
    43 4.5版的客户端调用接口时,原来的参数v=4.0.0改为v=4.5.0 
    44 3图集使用的图片是新尺寸图片 
     42       7新专题-上面一个专题名,下面是展示3篇文章 
     43       8新图集-展示图集名和三张小图 
    4544    返回结果: 
    4645{ 
     
    837836}}} 
    838837 
    839 === 2.4.7 [=#point2.4.7 经销商(车系)详情] === 
     838=== 2.4.7 [=#point2.4.7 车系经销商] === 
     839{{{ 
     840    请求url: 
     841    原地址: 
     842    //#start 获取车系中的第一款车型 
     843    http://price.pcauto.com.cn/interface/iphone/model_list_v3.jsp?serialId=${serialId}; 
     844    //#start 地区 
     845    http://mrobot.pcauto.com.cn/v3/price/allRegionList 
     846    //#start 经销商 
     847    http://price.pcauto.com.cn/interface/iphone/dealer_page_list.jsp 
     848    HTTP请求方式:GET 
     849    是否需要登录:false 
     850    返回格式:HTML页面 
     851    缓存方式:接口缓存 
     852    缓存时间:60分钟 
     853    说明: 
     854线上接口:http://mrobot.pcauto.com.cn/v3/price/dealersSerialv36?serialId=7929&areaId=1 
     855新增 
     856    请求参数: 
     857 
     858    返回结果: 
     859在HTML源码里,加入全部经销商的数据json,包括地址&百度地图坐标 
     860/*@_HTML_META_START_ 
     861{"dealer":[{}]} 
     862  _HTML_META_END_@*/ 
     863}}} 
     864 
     865}}} 
     866 
     867=== 2.4.7.1 [=#point2.4.7.1 经销商(车系)详情] === 
    840868{{{ 
    841869    请求url: 
     
    11871215 
    11881216 
    1189 === 2.5.5 [=#point2.5.5 监测版本] === 
    1190 {{{ 
    1191     请求url:http://m.imofan.com/online_update/?app_key=13565df9a13a8cae000001c8&ver=4.1.0 
     1217=== 2.5.5 [=#point2.5.5 我的收藏-经销商] === 
     1218{{{ 
     1219    请求url: 
    11921220    HTTP请求方式:GET 
    11931221    是否需要登录:true 
     
    11971225    说明: 
    11981226    请求参数: 
    1199 app_key:对应的魔方appkey 
    1200 ver:当前app版本号 
    1201     返回结果: 
    1202 { 
    1203     "description": "更新测试,更新测试,收到在群里说一下!!", 
    1204     "url": "https://itunes.apple.com/cn/app/tai-ping-yang-qi-che-wang/id416053924?mt=8", 
    1205     "versionCode": "9.9.9", 
    1206     "versionName": "太平洋汽车网" 
    1207 } 
    1208 }}} 
     1227dealerid:经销商id 
     1228common_session_id:登录后的session,Cookies传值 
     1229    返回结果: 
     1230 
     1231}}} 
     1232 
     1233=== 2.5.5.1 [=#point2.5.5.1 经销商收藏] === 
     1234{{{ 
     1235    请求url: 
     1236    HTTP请求方式:POST 
     1237    是否需要登录:true 
     1238    返回格式:JSON 
     1239    缓存方式:无 
     1240    缓存时间: 
     1241    说明: 
     1242    请求参数: 
     1243dealerid:经销商id 
     1244common_session_id:登录后的session,Cookies传值 
     1245    返回结果: 
     1246 
     1247}}} 
     1248 
     1249 
     1250=== 2.5.5.2 [=#point2.5.5.2 删除经销商收藏] === 
     1251{{{ 
     1252    请求url: 
     1253    HTTP请求方式:POST 
     1254    是否需要登录:true 
     1255    返回格式:JSON 
     1256    缓存方式:无 
     1257    缓存时间: 
     1258    说明: 
     1259    请求参数: 
     1260dealerid:经销商id 
     1261common_session_id:登录后的session,Cookies传值 
     1262    返回结果: 
     1263 
     1264}}} 
     1265 
    12091266 
    12101267=== 2.6.0 [=#point2.6.0 降价列表] ===