Skip to content

Commit c6e2bb0

Browse files
committed
Update bot.md
1 parent f0e6f1d commit c6e2bb0

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/api/web/v1/bot.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,24 @@
22
title: bot
33
---
44

5+
未特别说明情况下请求域名均为 `chat-web-go.jwzhd.com`
6+
没写请求/响应项目表示不需要相关参数.
7+
58
## 获取机器人信息
69

710
POST /v1/bot/bot-info
811

912
请求体:
1013

11-
```JSON
12-
{"botId": "13972254" // 你要查询bot的ID }
14+
```JSONC
15+
{
16+
"botId": "13972254" // 你要查询bot的ID
17+
}
1318
```
1419

1520
响应体:
1621

17-
```JSON
22+
```JSONC
1823
{
1924
"code": 1,
2025
"data": {
@@ -47,4 +52,4 @@ POST /v1/bot/bot-info
4752
},
4853
"msg": "success"
4954
}
50-
```
55+
```

0 commit comments

Comments
 (0)