💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 群管理模块 ## **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