{{apiDocument.title}}

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

文档历史

接口列表的变化历史

{{apiHistory.updateTime | date:'yyyy-MM-dd HH:mm:ss'}}

  • 新增{{api.methods[0]}}  {{api.url}}
  • 变更{{api.methods[0]}}  {{api.url}}
  • 删除{{api.methods[0]}}  {{api.url}}

全局头部

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

头部键 头部值 操作

环境设置

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

地址 模式 是否启用 删除

{{currentAPI.name}}

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

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

请求参数

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

异常信息

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

返回值

{{currentAPI.returnValue}}

头部信息

{{response.status}} {{response.status}}

{{response.statusText}}

{{key}} {{val}}

Body信息

{{responseJSON}}

返回实体类信息