Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

删除歌单里的歌曲是不是存在问题?好像把所有歌单里的这首歌都删除了 #261

Open
silky1313 opened this issue Nov 2, 2023 · 0 comments

Comments

@silky1313
Copy link

// 删除歌单里的歌曲
@GetMapping("/listSong/delete")
public MyResponse deleteListSong(@RequestParam int songId) {
        return listSongService.deleteListSong(songId);
}

是不是应该再加个songListId?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant