API接口文档 —— 明细 回到列表

{{ error.message }}

{{ config.title ? config.title : config.name }} {{ oauth }}

{{ config.description }}

调用地址:
{{ config.path }}
请求方式:
{{ toMethod(config.method) }}
返回类型:
{{ contentType }}
协议头参数(Headers)
参数 类型 必填 标题 说明
{{ o.name }} {{ o.type }} {{ o.required ? '是' : '否' }} {{ o.title }} {{ o.description }}
URL请求参数(Query) 复制
参数 类型 必填 标题 说明
{{ o.name }} {{ o.type }} {{ o.required ? '是' : '否' }} {{ o.title }} {{ o.description }}
正文请求参数(Body) 复制
参数 类型 必填 标题 说明
{{ o.name }} {{ o.type }} {{ o.required ? '是' : '否' }} {{ o.title }} {{ o.description }}
无需传参