修改名医精彩mp3目录

This commit is contained in:
wuchunlei
2025-06-26 13:39:51 +08:00
parent 1b580838fd
commit db04fff217

View File

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