接口名称 进入聊天室     签名
地址 https://api.cnlive.com/open/api2/interacitve_chat/enterChatroom
method post
返回数据 json

请求参数说明:

参数名 参数类型 必选 参数说明
spId String true 服务提供商
activeId String true 活动ID
sid String false SSO ID
uuid String true 设备ID(xxx_xxx)
plat String true 客户端平台标识(a/i)
sign String true 签名

返回样例:

{
 "errorCode": "0",
 "errorMessage": "success"
}