Changes between Initial Version and Version 1 of pcauto_club_4.3.0/api


Ignore:
Timestamp:
07/06/2015 04:57:08 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.3.0/api

    v1 v1  
     1[[PageOutline(1-100,接口索引)]] 
     2 
     3== 1. 车友会提供APP接口4.2(车友圈) == 
     4 
     5=== 车友会相关接口 
     6{{{ 
     7http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.3 
     8http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.2 
     9http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.0 
     10http://rdtrac.pc.com.cn/autoclub/wiki/appapi/3.0 
     11 
     12}}} 
     13 
     14== 2. mrobot 合并 == 
     15 
     16{{{ 
     17http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.3 
     18APP4.3的相关接口,在开发环境已可以 
     19车友会的,开发环境URL前缀:http://dev18.pcauto.com.cn/ 
     20论坛的,开发环境URL前缀:http://dev11.pcauto.com.cn:12085/bbs7/ 
     21 
     22车友会的,测试环境URL前缀:http://v71.pcauto.com.cn:82 
     23论坛的,测试环境URL前缀:http://v15.pcauto.com.cn 
     24 
     25mrobot:开发:http://dev40.pcauto.com.cn 
     26        测试:http://v80.pcauto.com.cn 
     27        线上:http://mrobot.pcauto.com.cn 
     28 
     29登陆:http://test232.pcauto.com.cn/passport2 
     30车友会:http://v37.pcauto.com.cn:82 
     31passport: 开发环境 https://dev30.pcauto.com.cn/passport3/rest/login.jsp?username=3edc4rfv&password=123456 
     32          测试环境:https://v46.pcauto.com.cn/passport3/rest/login.jsp?username=3edc4rfv&password=123456 
     33  
     34}}} 
     35 
     36==== 2.0 车友圈  ==== 
     37{{{ 
     38接口: 
     39说明 : 车友圈首页合并话题和我的圈子 
     40 
     41是否分页:否 
     42是否缓存:否 
     43是否登陆:否 
     44请求参数:无 
     45 
     46返回结果: 
     47 
     48 
     49后端应用接口: 
     50CMS接口: 
     51 
     52http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.3  
     53 
     54}}} 
     55 
     56==== 2.1 话题页 ==== 
     57{{{ 
     58接口:  
     59说明 : 
     60 
     61是否分页:否 
     62是否缓存:否 
     63是否登陆:是 
     64请求参数: 
     65    用户登录 
     66 
     67返回结果: 
     68 
     69 
     70后端应用接口: 
     71http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.3 
     72 
     73}}} 
     74 
     75=== 2.2 [=#point2.2 违章查询] === 
     76==== 2.2.1 [=#point2.2.1 查询首页] ==== 
     77(开发已完成,测试请连开发机代理) 
     78{{{ 
     79    请求url:/xsp/s/auto/info/v4.7/illegalQueryv47.xsp 
     80    HTTP请求方式:GET 
     81    是否需要登录:false 
     82    返回格式:HTML页面 
     83    缓存方式:无 
     84    缓存时间:没有 
     85    请求参数:无 
     86    返回结果:HTML 
     87    点击提交返回协议pcaction://webview_searchInf/?regionStr=%E5%8E%A6%E9%97%A8&abbrStr=%E7%B2%A4&numStr=AEOC07&engineStr=AS1234&vinStr=DF0987&telStr=15813374371&yearStr=2010&monthStr=10 
     88    HTTP请求方式:GET 
     89}}} 
     90   协议参数说明: 
     91   ||参数名||类型||必须||说明|| 
     92   ||regionStr||String||Y||查询地区|| 
     93   ||abbrStr||String||Y||车牌所在的省份|| 
     94   ||numStr||String||N||车牌号|| 
     95   ||engineStr||String||N||发动机号|| 
     96   ||vinStr||String||N||车架号|| 
     97   ||telStr||String||N||电话|| 
     98   ||yearStr||String||N||年|| 
     99   ||monthStr||String||N||月|| 
     100 
     101==== 2.2.2 [=#point2.2.2 查询结果页(显示详情或查询错误页)] ==== 
     102 
     103{{{ 
     104    输入车辆信息正确、匹配 
     105    请求url:/v3/pingan/illegalInf?shopSign=%E6%B2%AAK79018&voitureNo=&engineNo=006496&carType=01 
     106    HTTP请求方式:GET 
     107    是否需要登录:false 
     108    返回格式:HTML页面 
     109    缓存方式:接口缓存 
     110    缓存时间:10min   
     111    返回结果:HTML 
     112     
     113    输入信息不匹配,车辆信息错误的时候 
     114    请求url:/v3/pingan/illegalInf?shopSign=%E6%B2%AAK79018&voitureNo=&engineNo=006496&carType=01 
     115    HTTP请求方式:GET 
     116    是否需要登录:false 
     117    返回格式:HTML页面 
     118    缓存方式:接口缓存 
     119    缓存时间:10min   
     120    返回结果: 
     121    {"code": -1,"msg": "车辆信息错误"} 
     122    
     123}}} 
     124请求参数: 
     125   ||参数名||类型||必须||说明|| 
     126   ||shopSign||String||Y||车牌号码|| 
     127   ||carType||String||Y||车牌类别|| 
     128   ||voitureNo||String||N||车架号|| 
     129   ||engineNo||String||N||发动机号|| 
     130   ||province||String||N||省份|| 
     131   ||cityName||String||N||城市名|| 
     132   ||user_mobile||String||N||手机号码|| 
     133   ||buydate||String||N||购买日期|| 
     134   ||insuranceExpired ||String||N||保险到期日 || 
     135   ||carSeries||String||N||车系|| 
     136   ||buyprice ||String||N||购买价格|| 
     137   ||carMaker ||String||N||购车品牌 || 
     138   ||carModel||String||N||车型|| 
     139   ||miles||String||N||行驶里数|| 
     140   ||other ||String||N||其他参数 ||   
     141}}} 
     142 
     143{{{ 
     144#!html 
     145<div style="background-color: #dfdede; border-radius: 5px 0 0 5px; height: 35px; overflow: hidden; width: 30px; z-index: 9999; float: right; padding: 3px 0px 0px 2px; right: 0; top: 300px;position: fixed;"> 
     146  <a href="#a1.车友会提供的接口汇总"><em>返回<br>顶部</em></a> 
     147</div> 
     148}}} 
     149