【功能新增】AI:音乐管理 50%

This commit is contained in:
YunaiV
2024-06-27 23:09:17 +08:00
parent 671c3016c8
commit 9d6b615f10
20 changed files with 339 additions and 56 deletions

View File

@ -17,7 +17,8 @@ public class SunoTests {
@Before
public void setup() {
String url = "https://suno-om0w1cy6e-status2xxs-projects.vercel.app";
// String url = "https://suno-om0w1cy6e-status2xxs-projects.vercel.app";
String url = "http://127.0.0.1:3001";
this.sunoApi = new SunoApi(url);
}
@ -53,5 +54,4 @@ public class SunoTests {
System.out.println(limitUsageData);
}
}