Changes between Version 10 and Version 11 of pcauto_drive_1.1.0/interface


Ignore:
Timestamp:
06/10/2015 10:21:48 AM (11 years ago)
Author:
liguokai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.1.0/interface

    v10 v11  
    180180}}} 
    181181 
     182=== 2.7 [=#point2.7 习题分享] === 
     183(开发已完成,测试请连开发机代理) 
     184{{{ 
     185    获取个人信息接口(登录时获取) 
     186    请求url:http://mrobot.pcauto.com.cn/xsp/x/dev4.pcauto.com.cn:8081/intf/getUser.jsp 
     187    HTTP请求方式:get 
     188    是否需要登录:是 
     189    返回格式:json 
     190    缓存方式:无 
     191    缓存时间:无 
     192 
     193    返回参数: 
     194    { 
     195        "code": 0, (0正常,-1异常) 
     196       “message":提示信息 
     197        gender : “1” (0代表未知性别,1代表男,2代表女) 
     198        address :“广州” 
     199    } 
     200}}} 
     201