From 234ae15bb3bafb0fd9b43e737cb68119c11e57fa Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Sun, 8 Mar 2020 17:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E7=A0=81=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/libs/aliyun_vod/service/video_upload.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/libs/aliyun_vod/service/video_upload.rb b/app/libs/aliyun_vod/service/video_upload.rb index 97ecd970b..d99dbfdd3 100644 --- a/app/libs/aliyun_vod/service/video_upload.rb +++ b/app/libs/aliyun_vod/service/video_upload.rb @@ -8,6 +8,8 @@ module AliyunVod::Service::VideoUpload FileName: filename }.merge(base_params) + # TODO: 获取视频的同时,可以指定转码组,在这里指定 + # 参数TemplateGroupId: 转码组的id. # 分类 cate_id = AliyunVod.cate_id params[:CateId] = cate_id if cate_id.present?