Changes between Version 12 and Version 13 of pcauto_drive_1.1.0/interface


Ignore:
Timestamp:
06/23/2015 10:06:25 AM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.1.0/interface

    v12 v13  
    184184{{{ 
    185185    获取个人信息接口(登录时获取) 
    186     请求url:http://mrobot.pcauto.com.cn/xsp/x/dev4.pcauto.com.cn:8081/intf/getUser.jsp 
     186    请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/getPersonalinf.xsp 
    187187    HTTP请求方式:get 
    188188    是否需要登录:是 
     
    193193    返回参数: 
    194194    { 
    195         "code": 0, (0正常,-1异常) 
    196        “message":提示信息 
    197         gender : “1” (0代表未知性别,1代表男,2代表女) 
    198         address :“广州” 
    199     } 
    200 }}} 
    201  
     195    "code": 0, 
     196    "gender": 1, 
     197    "message": "成功", 
     198    "address": "天气预报", 
     199    "drivingSchool": "天河驾校", 
     200    "drivingSchoolId": 8059 
     201  } 
     202}}} 
     203