Changes between Version 6 and Version 7 of appapi/4.5
- Timestamp:
- 10/16/2015 03:02:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
appapi/4.5
v6 v7 35 35 36 36 }}} 37 38 === 2. 用户管理相关 39 40 ==== 2.1. 用户爱车接口 ==== 41 42 {{{ 43 接口:/appapi/4.5/user/carInfo.do [GET] 44 45 请求参数: 46 userId: 用户id [long] 47 48 是否登录 :是 49 缓存时间 : 否 50 是否分页 : 否 51 52 返回结果: 53 54 { 55 code:0成功,-1失败 56 message:提示信息 57 version: 接口版本号如1.0,1.0(latest)表示最新版本 58 59 carInfo: { 60 isVip: 是否认证车主(0-否;1-是) 61 brandId: 品牌id 62 brandName: 品牌名 63 serialId: 车系id 64 serialName: 车系名 65 } 66 } 67 68 ==== 2.2. 用户权限接口 ==== 69 70 原有接口:/1.0/user/getUserPermission.do 71 添加锁用户判断 72 73 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)