Commit ec3b877c9f470711fde6e8e50baaa3c773737dbe

Authored by 李世林
1 parent 17fed105

update

05.互动云/3.2 释放聊天室接口.md
@@ -3,22 +3,22 @@ @@ -3,22 +3,22 @@
3 ----- 3 -----
4 #### URL: http://api.cnlive.com/open/api2/chat/releaseRoom 4 #### URL: http://api.cnlive.com/open/api2/chat/releaseRoom
5 ----- 5 -----
6 -#### 请求方式: HTTP GET 6 +#### 请求方式: HTTP POST
7 ----- 7 -----
8 #### 返回格式: JSON 8 #### 返回格式: JSON
9 ----- 9 -----
10 #### 请求参数说明: 10 #### 请求参数说明:
11 | 参数名 | 参数类型 | 必选 | 参数说明 | 11 | 参数名 | 参数类型 | 必选 | 参数说明 |
12 -| :----------- | :------: | :------: | :------: | 12 +| :-----------: | :------: | :------: | :------: |
13 | sp_id | String | true | 应用ID | 13 | sp_id | String | true | 应用ID |
14 -| id | String | true | 业务系统提供的唯一标识(作为聊天室ID) |  
15 -| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> | 14 +| id | String | true | 业务系统提供的唯一标识(作为聊天室ID)|
  15 +| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
16 ----- 16 -----
17 #### 返回格式说明: 17 #### 返回格式说明:
18 ``` 18 ```
19 { 19 {
20 "errorCode":"0", 20 "errorCode":"0",
21 - "errorMessage":"成功", 21 + "errorMessage":"成功"
22 } 22 }
23 23
24 { 24 {
@@ -30,4 +30,14 @@ @@ -30,4 +30,14 @@
30 "errorCode":"53003", 30 "errorCode":"53003",
31 "errorMessage":"聊天室释放失败" 31 "errorMessage":"聊天室释放失败"
32 } 32 }
  33 +
  34 +{
  35 + "errorCode":"53005",
  36 + "errorMessage":"存在多条聊天室记录"
  37 +}
  38 +
  39 +{
  40 + "errorCode":"53000",
  41 + "errorMessage":"其它异常"
  42 +}
33 ``` 43 ```
34 \ No newline at end of file 44 \ No newline at end of file