ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 群管理模块 ## **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