szx-1282 视频解码失败返回

This commit is contained in:
Caojr
2025-11-04 13:33:12 +08:00
parent 00527271b6
commit 5954d54e44

View File

@@ -278,8 +278,8 @@ public class CourseFileApi extends ApiBaseController {
}
}
} catch (Exception e) {
log.error("读取视频时长错误");
// e.printStackTrace();
log.error("读取视频时长错误", e);
return error("视频解析失败", "视频解析失败");
}
}