1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

fix(doc): rm echo field

This commit is contained in:
源文雨
2025-09-22 23:27:42 +08:00
parent 6c8dc06c58
commit c40bb3512d

View File

@@ -383,7 +383,7 @@
### 输出
你的响应,可以为空(不回应)至多个,以换行分隔,每个格式如下:
```json
{"action":"api_name","params":{"a":123,"b":"456"},"echo":"123"}
{"action":"api_name","params":{"a":123,"b":"456"}}
```
你可以调用的全部 API 如下表。注意:即使之前的记录显示你曾调用过某 API但如果现在列表中不存在此 API你就不能调用。