Skip to content

Commit

Permalink
Merge pull request #1033 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Docs
  • Loading branch information
haoxiuwen authored Nov 11, 2024
2 parents d8650f7 + a88a82e commit 6a00483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/server-side/group_member.md
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ DELETE https://{host}/{org_name}/{app_name}/chatgroups/{group_id}/white/users/{u
| `data` | JSON Array | 响应数据。|
| - `result` | Bool | 移除结果:<br/> - `true`:移除成功;<br/> - `false`:移除失败。 |
| - `action` | String | 执行的操作。在该响应中,该字段的值为 `remove_user_whitelist`,表示将成员移出群组白名单。 |
| - `user` | String | 移除群组白名单的用户 ID,多个用户 ID 以英文逗号(",")分隔|
| - `user` | String | 移除群组白名单的用户 ID。 |
| - `groupid` | String | 群组 ID。 |

其他字段及描述详见 [公共参数](#公共参数)
Expand Down

0 comments on commit 6a00483

Please sign in to comment.