房间解绑课件
Example
请求方式 POST
https://global.talk-cloud.net/api/room/v1/unbindFile
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | application/json; |
| Tk-authkey | 是 | string | 企业Key |
| 参数名 | 是否必选 | 类型 | 说明 |
|---|---|---|---|
| serial | 否 | string | 房间编号:选填(该字段和thirdroomid必须至少填写一个) |
| thirdroomid | 否 | string | 用户自定义房间号:选填(该字段和serial必须至少填写一个)如果用户创建房间时自定义了房间号,可使用此字段 |
| fileIds | 否 | array | 文件ID (与catalogIds二者必传一) |
| catalogIds | 否 | array | 文件夹id (与fileIds二者必传一) |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| result | int | 0成功,其他失败,若该房间没有关联的课件,会返回1 |
返回示例
1 2 3 | |




