退出群聊
[TOC]
简要描述
- 退出群聊
请求URL
http://localhost:30001/QuitChatRoom
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
gid | 是 | string | 群ID |
发送示例
{
"gid": "25715324622@chatroom"
}
返回示例
{
"success": "1",
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
success | string | 成功返回1 失败返回 0 |