Commit 39d00046efff2fa632dedb5de70d03c20eb78229

Authored by 翁力
1 parent b647de54

remove

7. 互动云/3.3 查询聊天室接口.md deleted 100644 → 0
1   -/* Title: 3.3 查询聊天室接口 */
2   -### 查询聊天室接口
3   ------
4   -#### URL: http://api.cnlive.com/open/api2/chat/searchChatRooms
5   ------
6   -#### 请求方式: HTTP GET
7   ------
8   -#### 返回格式: JSON
9   ------
10   -#### 请求参数说明:
11   -| 参数名 | 参数类型 | 必选 | 参数说明 |
12   -| :----------- | :------: | :------: | :------: |
13   -| sp_id | String | true | 应用ID |
14   -| sign | String | true | 签名规则见<a href="http://help.open.cnlive.com/common.html">签名详情</a> |
15   ------
16   -#### 返回格式说明:
17   -```
18   -{
19   - "errorCode":"0",
20   - "errorMessage":"成功"
21   -}
22   -
23   -{
24   - "errorCode":"53002",
25   - "errorMessage":"聊天室不存在"
26   -}
27   -```
28 0 \ No newline at end of file