基本信息
接口名称:
每日一句
请求方法:
GET
计费类型:
免费
接口文档
欢迎使用,暂无其他说明
请求参数
| 参数名 | 是否必填 | 类型 | 参数说明 | 示例值 |
|---|
请求示例
[]
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| title | string | 标题 |
| img | string | 配图 |
| cn_text | string | 中文一句 |
| en_text | string | 英文一句 |
| sound_url | string | 音频url |
| update_title | string | 日期 |
| tips | string | 版权 |
| version | string | API版本 |
返回示例
{
"title": "每日一句",
"img": "https:\/\/xxx",
"cn_text": "你好...",
"en_text": "hello...",
"sound_url": "https:\/\/...",
"update_title": "2025-05-01",
"tips": "彬红茶API技术支持",
"version": "0.9.3c"
}