Skip to content

Commit ce5a37e

Browse files
committed
Merge branch 'main' of github.com:JauneQ/docs
2 parents 8522d21 + 2da030c commit ce5a37e

352 files changed

Lines changed: 868 additions & 673 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/restapi/apis/authenticationManagement/forceLogout.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/authenticationManagement/getToken.mdx renamed to docs/restapi/apis/authenticationManagement/getAdminToken.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hide_title: true
2222

2323
### 请求 URL
2424

25-
- `{API_ADDRESS}/auth/user_token`
25+
- `{API_ADDRESS}/auth/get_admin_token`
2626

2727
### Header
2828

docs/restapi/apis/authenticationManagement/getUserToken.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hide_title: true
2828
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2929
| :---------- | :------------ | :--- | ------ | ---------------------------- |
3030
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
31-
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
31+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx) |
3232

3333
### 请求参数示例
3434

docs/restapi/apis/conversationManagement/getOwnerConversation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hide_title: true
2222
|header名|示例值|选填|类型|说明|
2323
|:---- |:------- |:--- |---|------ |
2424
|operationID|1646445464564|必填|string|用于全局链路追踪,建议使用时间戳,在每个请求中独立|
25-
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx)|
25+
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx)|
2626

2727

2828
### 请求参数示例

docs/restapi/apis/conversationManagement/getSortedConversationList.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hide_title: true
2323
|header名|示例值|选填|类型|说明|
2424
|:---- |:------- |:--- |---|------ |
2525
|operationID|1646445464564|必填|string|用于全局链路追踪,建议使用时间戳,在每个请求中独立|
26-
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx)|
26+
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx)|
2727

2828
### 请求参数示例
2929

docs/restapi/apis/conversationManagement/setConversations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hide_title: true
2222
|header名|示例值|选填|类型|说明|
2323
|:---- |:------- |:--- |---|------ |
2424
|operationID|1646445464564|必填|string|用于全局链路追踪,建议使用时间戳,在每个请求中独立|
25-
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx)|
25+
|token|eyJhbxxxx3Xs|必填|string|[管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx)|
2626

2727

2828
### 请求参数示例

docs/restapi/apis/friendsManagement/addBlackList.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/friendsManagement/checkFriend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/friendsManagement/deleteBlackList.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx) |
3131

3232
### 请求参数示例
3333

docs/restapi/apis/friendsManagement/deleteFriend.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hide_title: true
2727
| header 名 | 示例值 | 选填 | 类型 | 说明 |
2828
| :---------- | :------------ | :--- | ------ | ---------------------------- |
2929
| operationID | 1646445464564 | 必填 | string | 用于全局链路追踪,建议使用时间戳,在每个请求中独立 |
30-
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getToken.mdx) |
30+
| token | eyJhbxxxx3Xs | 必填 | string | [管理员 token](docs/restapi/apis/authenticationManagement/getAdminToken.mdx) |
3131

3232
### 请求参数示例
3333

0 commit comments

Comments
 (0)