Skip to content

Commit 78347b2

Browse files
committed
Correct docs
1 parent 3844a64 commit 78347b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/adapter/HttpAdapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ adapterSettings:
354354
使用此方法获取所有当前登录账号
355355

356356
```
357-
[GET] /getBotList
357+
[GET] /botList
358358
```
359359

360360
通用接口定义: [获取登录账号](../api/API.md#获取登录账号)

docs/adapter/ReverseWebsocketAdapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ adapterSettings:
216216
使用此方法获取所有当前登录账号
217217
218218
```
219-
命令字: getBotList
219+
命令字: botList
220220
```
221221
222222
通用接口定义: [获取登录账号](../api/API.md#获取登录账号)

docs/adapter/WebsocketAdapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ adapterSettings:
172172
使用此方法获取所有当前登录账号
173173
174174
```
175-
命令字: getBotList
175+
命令字: botList
176176
```
177177
178178
通用接口定义: [获取登录账号](../api/API.md#获取登录账号)

0 commit comments

Comments
 (0)