1、首先开通腾讯云 cos 媒体处理状态打开
2、文件地址 crmeb/services/upload/storage/Cos.php
方法名:videoCoverImage
修改代码
修改成以下代码
$this->fileInfo->$key = $filePath . '?ci-process=snapshot&time=' . $time . '&format=jpg&width=' . $width . '&height=' . $height ;
$data[$v] = $this->fileInfo->$key;
修改完后的代码