4.9 用户鉴权.md 550 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID,暂不启用后期扩展业务使用
chatroomId String true 聊天室ID,暂不启用后期扩展业务使用
sid String true 用户ID
sign String true 签名规则见签名详情

返回格式说明:

{
    "errorCode": "0",
    "errorMessage": "鉴权成功",
    "data": {
    }
}