Skip to content

Commit 0f33412

Browse files
author
haoxiuwen
committed
Modify
1 parent cc3c426 commit 0f33412

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/document/ios/releasenote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188
### 优化
189189

190-
- [IM SDK] 设置和获取用户属性的接口,包括[设置当前用户的属性](userprofile.html#设置当前用户的属性)[获取单个或多个用户的用户属性](userprofile.html#获取指定用户的属性)[获取指定用户的指定用户属性](userprofile.html#获取指定用户的指定用户属性),超过调用频率限制时,会上报错误码 4 `EMErrorExceedServiceLimit`
190+
- [IM SDK] 设置和获取用户属性的接口,包括[设置当前用户的属性](userprofile.html#设置当前用户的所有属性)[获取单个或多个用户的用户属性](userprofile.html#获取用户的所有属性)[获取指定用户的指定用户属性](userprofile.html#获取用户的指定属性),超过调用频率限制时,会上报错误码 4 `EMErrorExceedServiceLimit`
191191

192192
### 修复
193193

docs/document/ios/userprofile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ EMChatMessage *message = [[EMChatMessage alloc] initWithConversationID:@"convers
151151
152152
Q:我设置了用户昵称(`nickname`),但调用客户端或 RESTful API 获取用户属性时,未返回用户昵称,原因是什么?
153153
154-
A:你可以调用[客户端](#设置当前用户的属性) 或[RESTful API](/document/server-side/userprofile.html#设置用户属性) 设置用户昵称,例如 iOS 为 `updateOwnUserInfo`,然后通过[客户端](#获取指定用户的属性)或[RESTful API](/document/server-side/userprofile.html#获取指定用户的属性) 获取用户属性,例如 iOS 为 `fetchUserInfoById`。
154+
A:你可以调用[客户端](#设置当前用户的所有属性) 或[RESTful API](/document/server-side/userprofile.html#设置用户属性) 设置用户昵称,例如 iOS 为 `updateOwnUserInfo`,然后通过[客户端](#获取用户的所有属性)或[RESTful API](/document/server-side/userprofile.html#获取用户属性) 获取用户属性,例如 iOS 为 `fetchUserInfoById`。
155155
156156
设置用户昵称时,请注意以下两点:
157157

docs/uikit/chatuikit/android/ui_historic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ EaseIMKit 提供了 EaseConversationListFragment,需要将其或者其子类
103103
![img](/images/android/easeim.jpeg)
104104

105105
:::tip
106-
要实现自定义头像及昵称,请参考 [设置头像和昵称](/document/android/userprofile.html#设置当前用户的属性)
106+
要实现自定义头像及昵称,请参考 [设置头像和昵称](/document/android/userprofile.html#设置当前用户的所有属性)
107107
:::
108108

109109
### 创建聊天界面

0 commit comments

Comments
 (0)