szx-1282 修改失败提示语

This commit is contained in:
Caojr
2025-11-04 14:09:26 +08:00
parent 5954d54e44
commit 748f7c5913

View File

@@ -279,7 +279,7 @@ public class CourseFileApi extends ApiBaseController {
}
} catch (Exception e) {
log.error("读取视频时长错误", e);
return error("视频解析失败", "视频解析失败");
return error("视频解析失败,尝试重新上传或联系管理员", "视频解析失败,尝试重新上传或联系管理员");
}
}