🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 群管理模块 ## **Web端交互** ![](https://img.kancloud.cn/f5/f4/f5f40196de7c5f387d77e408bd713209_277x853.png) ## **API相关文档** 接口描述 | **删除群并退出** ---|--- URL | /wechat_api/chatroom/deleteChatRoom 请求方式 | get 请求参数 |{ chatRoomId:String uin:String } 返回值 | {"msg":"请求发送成功!","code":200} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | chatRoomId| string| Y |群聊ID | 请求参数 | uin| string | Y |微信号ID > ***** 接口描述 | **设置群公告** ---|--- URL | /wechat_api/chatroom/setAnnouncement 请求方式 | post 请求参数 | { chatRoomId:String uin:String Content :String } 返回值 | {"msg":"请求发送成功!","code":200} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | chatRoomId| string| Y |群聊ID | 请求参数 | uin| string | Y |微信号ID | 请求参数 | content| string | Y |公告内容 > ***** 接口描述 | **获取群公告** ---|--- URL | /wechat_api/chatroom/getAnnouncement 请求方式 | get 请求参数 |{ chatRoomId:String uin:String } 返回值 | {"msg":"请求发送成功!","code":200} | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | chatRoomId| string| Y |群聊ID | 请求参数 | uin| string | Y |微信号ID