释放聊天室接口
URL: http://10.254.139.101/CnliveM3/chat/releaseRoom.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| appId | String | true | 应用ID |
| id | String | true | 业务系统提供的唯一标识(作为聊天室ID) |
返回格式: JSON
返回格式样例:
{
"errorCode":"0",
"errorMessage":"成功"
}
{
"errorCode":"53002",
"errorMessage":"聊天室不存在"
}
{
"errorCode":"53003",
"errorMessage":"聊天室释放失败"
}
{
"errorCode":"53005",
"errorMessage":"存在多条聊天室记录"
}
{
"errorCode":"50000",
"errorMessage":"其它异常"
}