# 使用方法

### 请求URL

```
https://api.8i5.net/tiangou/
```

### 请求方式

```
GET/POST
```

### 返回实例

```
{
  "data": {
    "content": {
      "id": 211,
      "content": "她今天好像有点不开心，我会一直在她身边，陪她度过难关。",
      "created_at": "2023-11-17 04:46:04",
      "updated_at": "2023-11-17 04:46:04"
    }
  },
  "status": 1,
  "msg": "Oaklee Api数据获取成功！"
}

```

### 响应字段

| 字段名          | 类型     | 描述                                      |
| ------------ | ------ | --------------------------------------- |
| `data`       | Object | 包含实际数据的对象                               |
| `content`    | Object | 包含内容信息的对象                               |
| `id`         | Number | 内容的唯一标识                                 |
| `content`    | String | 实际的内容                                   |
| `created_at` | String | 内容创建时间                                  |
| `updated_at` | String | 内容更新时间                                  |
| `status`     | Number | 状态码，1 表示成功，0 表示失败                       |
| `msg`        | String | 描述信息，成功时为"Oaklee Api数据获取成功！"，失败时为具体错误信息 |

### 响应状态码

| 状态码 | 描述   |
| --- | ---- |
| 1   | 请求成功 |
| 0   | 请求失败 |

### 注意事项

* 请确保使用有效的API地址。
* 响应的具体数据在 `data` 字段中，内容信息在 `content` 字段中。
* 状态码为1表示成功，0表示失败。详细的描述信息在 `msg` 字段中。
* 请检查响应中的具体字段，以获取所需信息。


---

# 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/ip-attribution-1/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.
