{{apiDocument.title}}

{{apiDocument.date | date:'yyyy-MM-dd HH:mm:ss Z'}}

您正在以文件模式访问文档,文件模式访问将无法执行ajax请求!若希望调试接口,请放在Web服务器下访问!

文档历史

接口列表的变化历史

{{apiHistory.updateTime | since}}

操作 方法 地址 说明 查看
新增 {{api.methods[0]}} {{api.url}}
变更 {{api.methods[0]}} {{api.url}}
删除 {{api.methods[0]}} {{api.url}}

全局头部

设置头部字段,这些头部字段将会在执行请求时添加到请求头.

头部键 头部值 操作

环境设置

指定请求发送的目标机器.

地址 模式 是否启用 删除

{{currentAPI.name}}

请注意,该接口已被废弃!
{{method}}
{{currentAPI.url}}

{{currentAPI.author}} {{currentAPI.since}}

请求类型

{{currentAPI.contentType}}

请求参数

参数名 参数类型 参数请求类型 描述 是否必须 默认值 参数值
当前请求不需要传递参数
{{apiParameter.name}} {{apiParameter.type}} {{apiParameter.requestType}} {{apiParameter.required}} {{apiParameter.defaultValue}}

异常信息

异常类 说明
{{apiException.className}} {{apiException.description}}

返回值

{{currentAPI.returnValue}}

头部信息

耗时{{consumeTime}}
返回头{{response.status}}{{response.statusText}}
{{key}} {{val}}

Body信息

{{responseJSON}}
属性
{{key}} {{response.data[key]}}
{{key}}
{{o[key]}}

返回实体类信息