(file_id)
| 106 | |
| 107 | // 列出文件预览 |
| 108 | async previewVideo(file_id) { |
| 109 | let s = await this.http('https://api.aliyundrive.com/v2/databox/get_video_play_info', { |
| 110 | drive_id: this.info.default_drive_id, |
| 111 | file_id: file_id |
| 112 | }) |
| 113 | return s.template_list |
| 114 | } |
| 115 | |
| 116 | // 获取文件夹信息 |
| 117 | async fileInfo(file_id) { |