update
This commit is contained in:
@@ -35,17 +35,16 @@ async function checkIsExit() {
|
||||
async function test() {
|
||||
console.log("neteaseMusic test...");
|
||||
|
||||
// getMusicInfo({ songId: "1855221507" });
|
||||
// getArtistInfo({ artistId: "1079074" });
|
||||
// getAlbumInfo({ albumId: "74268047" });
|
||||
|
||||
// 不是所有歌手都有个人主页 例如 https://music.163.com/#/artist?id=1079075
|
||||
// getUserInfo({ userId: "37365202" });
|
||||
|
||||
// let res = await albumInfoUtils.getFromDatabase({ albumId: "34943450" });
|
||||
let res = await albumInfoUtils.fetch({ albumId: "9156", debug: true });
|
||||
// let res = await artistInfoUtils.getFromDatabase({ artistId: "12023508" });
|
||||
// let res = await songInfoUtils.getFromDatabase({ songId: "437608327" });
|
||||
// console.log(res);
|
||||
|
||||
// let res = await albumInfoUtils.getFromDatabase({ albumId: "9156" });
|
||||
// let res = await artistInfoUtils.getFromDatabase({ artistId: "12023508" });
|
||||
// let res = await songInfoUtils.getFromDatabase({ songId: "437608327" });
|
||||
console.log(res);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user