# 使用方法

### 接口地址

```
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>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-doc.8i5.net/du-ji-tang/shi-yong-fang-fa.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
