https://xxxxxx/v4/room_engine_http_srv/change_room_owner?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: 新加坡: adminapisgp.im.qcloud.com |
v4/room_engine_http_srv/change_room_owner | 请求接口 |
sdkappid | 创建应用时即时通信 IM 控制台分配的 SDKAppID |
identifier | |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{"RoomId":"room-test","From_Account":"user2","NewOwner_Account":"user4"}
字段 | 类型 | 属性 | 说明 |
RoomId | String | 必填 | 房间 ID |
From_Account | String | 必填 | 原房主 |
NewOwner_Account | String | 必填 | 新房主,必须是房间成员 |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-8d5f107ce00f420597a2db9fbe7f71ca-O-Seq-102831"}
字段 | 类型 | 说明 |
ActionStatus | String | 请求处理的结果,OK 表示处理成功,FAIL 表示失败 |
ErrorCode | Integer | 错误码,0表示成功,非0表示失败 |
ErrorInfo | String | 错误信息 |
RequestId | String | 唯一请求 ID,每次请求都会返回,定位问题时需要提供该次请求的 RequestId |
错误码 | 含义说明 |
100001 | 服务器内部错误,请重试 |
100002 | 请参数非法,请根据错误描述检查请求是否正确 |
100004 | 房间不存在,或者曾经存在过,但是目前已经被解散。 |
100005 | 非房间成员 |
本页内容是否解决了您的问题?