{{ api.name }}
{{ api.method }}
{{ formatDate(api.create_time) }} 创建
{{ api.status }}
总调用次数
{{ formatNumber(api.call_times) }}
该接口开启了收费,请传入 key 参数
限流: {{ api.qps_count }}次/{{ api.qps_second }}秒
封禁: {{ api.duration_of_ban }}秒
接口地址
{{ urls.currentDomain }}
{{ truncateUrl(api.api_path, 80) }}
{{ urls.currentDomain }}
{{ api.api_path }}
在线调试 {{ api.method }}
{{ debugResponseTime }}ms
API Key {{ api.is_paid ? '(必填)' : '(可选)' }}
该接口需要 key 参数才能正常调用
请求参数
({{ api.param_type }})
{{ param.key }}
*
请求 URL
{{ debugFullUrl }}
响应结果
HTTP {{ debugStatus }}
响应头 ({{ Object.keys(debugHeaders).length }})
{{ key }}:
{{ value }}
请求失败
{{ debugError }}
请求示例
{{ urls.currentDomain }}
{{ truncateUrl(api.request_example, 80) }}
{{ urls.currentDomain }}
{{ api.request_example }}
参数说明 {{ api.param_type }}
{{ param.key }}
必填
{{ param.type }}
默认值: {{ param.default }}
支持的值:
{{ val }}
响应示例
{{ responseJson }}
实时预览 请求中... {{ testResult.contentType }}
正在请求接口...
请求失败
{{ testResult.error }}
该接口可能需要传入 key 参数
点击刷新按钮发起请求
代码示例 {{ currentLangName }}
{{ example.name }}
{{ currentCode }}
错误码说明 共 {{ errors.length }} 个
{{ error.code }}
{{ error.scene }}
{{ error.desc }}
{{ error.tip }}
元信息
API ID
#{{ api.uid }}
更新于
{{ formatDateTime(api.update_time) }}
短标识
{{ api.short }}
收费情况
{{ api.balance_display }} 米
免费
所属分类