3.6 客户端SDK连接聊天室鉴权接口.md 408 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
id String true 聊天室ID
sign String true 签名

返回格式说明:

{   
    "errorCode":"0",
    "errorMessage":"成功"
}

{   
    "errorCode":"530xx",
    "errorMessage":"无权访问"
}