music:新增歌词接口

This commit is contained in:
2022-07-10 21:00:49 +08:00
parent 3997ee91ac
commit e090e6375e
5 changed files with 29 additions and 1 deletions

View File

@@ -31,4 +31,6 @@ public interface IMusicToolsService {
byte[] readImage(String path) throws Exception;
File getMusicOfMd5(String md5,boolean isDelFile);
File getMusicLrcMd5(String md5);
}