AI 健康助手 API 测试工具
Token 设置
GET
POST
PUT
DELETE
{{ category.icon }} {{ category.name }}
({{ getCategoryCount(category.id) }})
{{ api.method }}
{{ api.name }}
{{ currentApi.method }}
{{ currentApi.path }}
{{ currentApi.needAuth ? '需要认证' : '无需认证' }}
{{ currentApi.description }}
请求头 (Headers)
{{ header.description }}
请求参数 {{ currentApi.method === 'GET' ? '(Query)' : '(Body)' }}
{{ param.description }}
此接口无需参数,直接点击发送请求即可
发送请求
保存快捷
重置
{{ responseStatus }} {{ getStatusText(responseStatus) }}
耗时: {{ responseTime }}ms
复制
格式化
响应示例
使用示例
{{ JSON.stringify(currentApi.responseExample, null, 2) }}
请求历史
清空
{{ item.method }}
{{ item.name }}
{{ item.time }}
保存到本地存储
取消
确定