Page History

Imcreatechatroom

Last edited by 国亚奇

返回

创建聊天室


URL: http://10.136.39.230:8080/cnlive_room/api/chatroom/create


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
chatroomId String true 聊天室ID
name String true 聊天室名字

返回格式: JSON


返回格式样例:

{
    "errorCode": "0",
    "errorMessage": "创建聊天室成功",
    "data": {}
}