Skip to content

Commit c5bf743

Browse files
committed
fix: doc
1 parent 968d7e0 commit c5bf743

28 files changed

Lines changed: 2 additions & 314 deletions

docs/restapi/apis/conversationManagement/getOwnerConversation.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 8
153
title: 获取当前用户的分页会话列表

docs/restapi/apis/conversationManagement/getSortedConversationList.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ hide_title: true
2121

2222
|header名|示例值|选填|类型|说明|
2323
|:---- |:------- |:--- |---|------ |
24-
|token|eyJhbxxxx3Xs|必填|string|管理员token|
2524
|operationID|1646445464564|必填|string|用于全局链路追踪,建议使用时间戳,在每个请求中独立|
25+
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx)|
2626

2727
### 请求参数示例
2828

docs/restapi/apis/conversationManagement/setConversations.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 7
153
title: 多个用户对同一会话设置字段

docs/restapi/apis/groupManagement/cancelMuteGroup.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 18
153
title: 取消群禁言

docs/restapi/apis/groupManagement/cancelMuteGroupMember.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 20
153
title: 取消禁言群成员

docs/restapi/apis/groupManagement/createGroup.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 1
153
title: 创建群组

docs/restapi/apis/groupManagement/dismissGroup.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 14
153
title: 解散群

docs/restapi/apis/groupManagement/getGroupApplicationListByUserID.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 29
153
title: 获取指定用户的入群申请

docs/restapi/apis/groupManagement/getGroupMemberList.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 5
153
title: 获取群成员列表

docs/restapi/apis/groupManagement/getGroupMembersInfo.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- 使用表格样式 -->
2-
<style>
3-
th {
4-
background-color: #1E90FF; /* 设置表头背景颜色 */
5-
}
6-
.highlight {
7-
background-color: black;
8-
color: white;
9-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
10-
}
11-
</style>
12-
131
---
142
sidebar_position: 11
153
title: 获取指定群成员

0 commit comments

Comments
 (0)