File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ POST /v1/check/get-latest-version
3636
3737:::
3838
39-
4039响应体:
4140
4241``` JSONC
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ message edit_message {
188188
189189:::
190190
191- ## 通过消息序列列出消息
191+ ## 按消息序列列出消息(不包含指定消息)
192192
193193POST /v1/msg/list-message-by-seq
194194
@@ -339,7 +339,7 @@ message list_message_by_seq {
339339
340340:::
341341
342- ## 通过消息ID列出消息
342+ ## 列出消息
343343
344344POST /v1/msg/list-message
345345
@@ -493,7 +493,7 @@ message list_message { // 其实可以和 list-message-by-seq共用的。
493493
494494:::
495495
496- ## 通过消息ID列出消息
496+ ## 按消息ID列出消息(包含消息id指定的消息)
497497
498498POST /v1/msg/list-message-by-mid-seq
499499
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ feed: false
77timeline : false
88---
99
10- [ v1] ( ./v1/ )
10+ [ v1] ( ./v1/ )
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ article: false
88
99这里存放的是 ` chat-web-go.jwzhd.com ` 的API文档.
1010无特别说明,请求域名均为 ` chat-web-go.jwzhd.com ` .
11- 若无请求头/请求体部分表示此项无需特别填写.
11+ 若无请求头/请求体部分表示此项无需特别填写.
You can’t perform that action at this time.
0 commit comments