Skip to content

Commit a8dabf4

Browse files
Update conversation.md
1 parent b751c37 commit a8dabf4

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/api/v1/conversation.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ POST /v1/conversation/dismiss-notification
1313
|token|||
1414

1515
请求体:
16-
```JSON
17-
{"chatId": "用户/机器人/群组ID,类型str"}
16+
```JSONC
17+
{
18+
"chatId": "123" // 用户/机器人/群组ID
19+
}
1820
```
1921

2022
响应体:
21-
```JSON
23+
```JSONC
2224
{
23-
"code": 1, // 响应码,1为正常,数字
24-
"msg": "success" // 响应信息
25+
"code": 1, // 返回状态码,1为正常
26+
"msg": "success" // 返回信息
2527
}
26-
```
28+
```

0 commit comments

Comments
 (0)