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

客户端SDK连接聊天室鉴权接口


URL: http://api.cnlive.com/open/api2/interacitve_chat/CnliveM3/chat/roomAuthCheck


请求方式: HTTP POST


返回格式: JSON


请求参数说明:

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

返回格式说明:

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

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