添加名医精彩MP3目录

This commit is contained in:
wuchunlei
2025-06-26 13:17:45 +08:00
parent 884d0ab1e3
commit 1b580838fd

View File

@@ -142,6 +142,8 @@ public class CourseCatalogueChapterVideoServiceImpl extends ServiceImpl<CourseCa
String s_str = "";
if (video.getVideo().startsWith("article/")) {
s_str = "https://oss.taihumed.com/voice/article/";
} else if (video.getVideo().startsWith("mingyijingcai/")) {
s_str = "https://oss.taihumed.com/voice/mingyijingcai/";
} else {
s_str = "https://oss.taihumed.com/voice/taiHuClass/";
}