feat(music): 优化音乐数据加载和展示
- 优化音乐时长获取日志,增加文件名信息 - 添加歌手头像字段并处理相关逻辑 - 修改相关音乐推荐为热门音乐推荐- 优化相关音乐封面展示逻辑 - 使用 JOIN FETCH 优化音乐数据加载性能
This commit is contained in:
@@ -49,6 +49,7 @@ public class HotMusicController {
|
||||
* 主要用于测试或紧急情况。
|
||||
* @return 响应结果
|
||||
*/
|
||||
@SaIgnore
|
||||
@GetMapping("/refresh-cache")
|
||||
public Result<String> refreshHotMusicCache() {
|
||||
// 异步执行,立即返回,不阻塞当前请求
|
||||
|
||||
Reference in New Issue
Block a user