Skip to content

Commit abe7fcb

Browse files
authored
Merge pull request #4 from yyyytawa/master
2 parents 111ee05 + 39337e6 commit abe7fcb

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

src/api/v1/conversation.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: conversation
3+
---
4+
5+
## 将对话设为已读
6+
7+
POST /v1/conversation/dismiss-notification
8+
9+
请求头:
10+
11+
|名称|必须|备注|
12+
|-----|-----|-----|
13+
|token|||
14+
15+
请求体:
16+
```JSON
17+
{"chatId": "用户/机器人/群组ID,类型str"}
18+
```
19+
20+
响应体:
21+
```JSON
22+
{
23+
"code": 1, // (响应码,1为正常,数字)
24+
"msg": "success" // (响应信息)
25+
}
26+
```

0 commit comments

Comments
 (0)