{{ 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 }}
请求示例
{{ urls.currentDomain }}
{{ truncateUrl(api.request_example, 80) }}
{{ urls.currentDomain }}
{{ api.request_example }}
参数说明 {{ api.param_type }}
{{ param.key }}
必填
{{ param.type }}
默认值: {{ param.default }}
支持的值:
{{ val }}
响应示例
{{ responseJson }}
错误码说明 共 {{ errors.length }} 个
{{ error.code }}
{{ error.scene }}
{{ error.desc }}
{{ error.tip }}
元信息
API ID
#{{ api.uid }}
更新于
{{ formatDateTime(api.update_time) }}
短标识
{{ api.short }}
收费情况
{{ api.balance_display }} 米
免费
所属分类