Changes between Version 54 and Version 55 of pcauto_drive_2.2.0/interface


Ignore:
Timestamp:
10/15/2015 12:13:03 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_2.2.0/interface

    v54 v55  
    398398 
    399399||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
    400 ||= Cookie =||= 用户登录cookie =|| string ||=  =||= 是 =||= 登录用户cookie,放在请求头中 =|| 
    401 ||= =||= 用户id =|| string ||=  =||= 是 =||= 用户id =|| 
    402  
    403 **返回** 
    404  
    405 {{{#!java 
    406 { 
    407     "status": 0, 
    408     "message": "操作成功" 
    409 } 
    410 }}} 
    411 **返回参数说明** 
    412 ||= 参数名 =||= 参数含义 =||=参数名=||=参数含义=|| 
    413 ||= status =||= 接口返回状态码:0成功,非0异常 =||= message =||=接口返回描述信息=|| 
     400 
     401 
     402**返回** 
     403 
     404{{{#!java 
     405{} 
     406}}} 
     407**返回参数说明** 
     408||= 参数名 =||= 参数含义 =||=参数名=||=参数含义=|| 
     409 
    414410 
    415411----------