Skip to content

Commit

Permalink
Merge pull request #591 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Doc
  • Loading branch information
haoxiuwen authored Jan 5, 2024
2 parents 15d8a9f + 7b2c8b3 commit 9a3e90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/document/server-side/callback_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,7 @@ app 用户状态分为在线和离线两种,即用户已连接到环信即时
| `alertReason` | object | 敏感词是否合规:<br/> - `through`:表示敏感词为合规内容;<br/> - `intercepted`:表示敏感词为违规词,包含敏感词的消息被拦截。<br/> - `replaced`:表示敏感词为违规词,使用 *** 代替。 |
| `contentReceiver` | String | 内容接收方的用户 ID。 |
| `eventType` | String | 事件类型,用于标识为敏感词检测还是其他类型的事件。 |
| `sensitiveWords` | 敏感词内容。 | |
| `sensitiveWords` | List | 敏感词内容。 |
| `contentOwner` | String | 内容发送方的用户 ID。 |
| `security` | String | 签名,格式如下: `MD5(callId+secret+timestamp)``secret` 详见 [Console 后台的回调规则配置](enable_and_configure_IM.html#配置回调规则)|
| `contentUri` | String | 消息唯一标识,格式为 msync:msgId|
Expand Down
2 changes: 1 addition & 1 deletion docs/document/server-side/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ PUT https://{host}/{org}/{app}/users/{username}/notification/language
#### 请求 header

| 参数 | 类型 | 描述
| :-------------- | :----- | :-------------- | :------- |
| :-------------- | :----- | :-------------- |
| `Content-Type` | String | 内容类型。请填 `application/json`||
| `Authorization` | String | App 管理员的鉴权 token,格式为 `Bearer YourAppToken`,其中 `Bearer` 为固定字符,后面为英文空格和获取到的 app token。 ||

Expand Down

0 comments on commit 9a3e90d

Please sign in to comment.