> For the complete documentation index, see [llms.txt](https://api-doc.8i5.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-doc.8i5.net/du-ji-tang/shi-yong-fang-fa.md).

# 使用方法

### 接口地址

```
https://api.8i5.net/yan/jt
```

### 返回格式

```
JSON
```

### 请求方式

```
GET/POST
```

### 调用参数

| 名称      | 类型     | 说明  |
| ------- | ------ | --- |
| Comment | String | 毒鸡汤 |

### 返回实例

```
{
	"data": {
		"content": {
			"id": 713,
			"content": "和你在同一个时间出现在相同的地方，不是奇迹吧，不是偶然吧。我可以认为这是“命运”吧。",
			"created_at": "2022-10-07 01:53:47",
			"updated_at": "2022-10-07 01:53:47"
		}
	},
	"status": 1,
	"msg": "Oaklee Api数据获取成功！"
}
```

### 使用方法

```
<script type="text/javascript" src="https://api.8i5.net/yan/jt/?format=js&charset=utf-8"></script>
<div id="jitang"><script>jitang()</script></div>
```
