Skip to content

Commit

Permalink
fix broken link.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Aug 29, 2024
1 parent e2a2ec6 commit 20fcfa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdks/api/friend/getFriendListPage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ values={[

| 参数名称 | 参数类型 | 描述 |
| -------- | --------------------------------------------------- | -------- |
| ~ | List< [FullUserInfo](/sdks/api/friend/docs/sdks/class/user/fullUserInfo.mdx) \* > | 成功返回 |
| ~ | List< [FullUserInfo](docs/sdks/class/user/fullUserInfo.mdx) \* > | 成功返回 |

### 代码示例

Expand Down Expand Up @@ -103,7 +103,7 @@ values={[

| 参数名称 | 参数类型 | 是否必填 | 描述 |
| -------- | -------------------------------------------------------------------------------------------- | -------- | -------- |
| callBack | [OnBase](/sdks/api/friend/docs/sdks/callback/onBase.mdx)<List<[UserInfo](docs/sdks/class/user/userInfo.mdx)>> || 回调接口 |
| callBack | [OnBase](docs/sdks/callback/onBase.mdx)<List<[UserInfo](docs/sdks/class/user/userInfo.mdx)>> || 回调接口 |

### 返回结果

Expand Down

0 comments on commit 20fcfa1

Please sign in to comment.