|
@@ -76,7 +76,7 @@ public class ContentDeconstructionClient {
|
|
|
}
|
|
}
|
|
|
String videoPath = wxVideoV2VO.getVideoPath();
|
|
String videoPath = wxVideoV2VO.getVideoPath();
|
|
|
if (Objects.isNull(videoPath) || videoPath.endsWith(".m3u8")) {
|
|
if (Objects.isNull(videoPath) || videoPath.endsWith(".m3u8")) {
|
|
|
- throw new BizException(ExceptionEnum.DATA_ERROR, "视频格式不支持解构 videoId:" + videoId);
|
|
|
|
|
|
|
+ throw new BizException(ExceptionEnum.DATA_ERROR, "视频格式不支持解构 videoId:" + videoId + ",videoPath:" + videoPath);
|
|
|
}
|
|
}
|
|
|
content.setTitle(wxVideoV2VO.getTitle());
|
|
content.setTitle(wxVideoV2VO.getTitle());
|
|
|
content.setVideo_url(videoPath);
|
|
content.setVideo_url(videoPath);
|