Commit 30ec7b4009cdab9536434e91ab3ea56af421f6cd
1 parent
78b7c194
update
Showing
1 changed file
with
2 additions
and
2 deletions
7. 互动云/3.1 创建聊天室接口.md
| 1 | 1 | /* Title: 3.1 创建聊天室接口 */ |
| 2 | -### 获取直播活动聊天室接口 | |
| 2 | +### 创建聊天室接口 | |
| 3 | 3 | ----- |
| 4 | 4 | #### URL: http://api.cnlive.com/open/api2/zbsc/createChatRoom |
| 5 | 5 | ----- |
| ... | ... | @@ -24,6 +24,6 @@ |
| 24 | 24 | |
| 25 | 25 | { |
| 26 | 26 | "errorCode":"5900", |
| 27 | - "errorMessage":"聊天室已存在" | |
| 27 | + "errorMessage":"聊天室已存在,请勿重复创建" | |
| 28 | 28 | } |
| 29 | 29 | ``` |
| 30 | 30 | \ No newline at end of file | ... | ... |