song_playlist_relation添加is_del字段
This commit is contained in:
@@ -18,6 +18,7 @@ const artistInfoUtils = require('./getInfo/artistInfoUtils');
|
||||
const albumInfoUtils = require('./getInfo/albumInfoUtils');
|
||||
const lyricInfoUtils = require('./getInfo/lyricInfoUtils');
|
||||
const commentUtils = require('./getInfo/commentUtils');
|
||||
const playlistUtilsOld = require('./getInfo/playlistUtils_old');
|
||||
const playlistUtils = require('./getInfo/playlistUtils');
|
||||
|
||||
const assistantUtils = require('./assistantUtils');
|
||||
@@ -32,12 +33,12 @@ async function test() {
|
||||
// 不是所有歌手都有个人主页 例如 https://music.163.com/#/artist?id=1079075
|
||||
|
||||
// let res = await songInfoUtils.fetchAll({ args: {} });
|
||||
// let res = await playlistUtils.fetchAll();
|
||||
// let res = await playlistUtilsOld.fetchAll();
|
||||
|
||||
// let res = await albumInfoUtils.fetch({ albumId: "9156", debug: true });
|
||||
// let res = await artistInfoUtils.fetch({ artistId: "12023508" });
|
||||
// let res = await songInfoUtils.fetch({ songId: "437608327" });
|
||||
// let res = await playlistUtils.fetch({ playlistId: "4980157066", debug: true });
|
||||
// let res = await playlistUtilsOld.fetch({ playlistId: "4980157066", debug: true });
|
||||
// let res = await testUtils.fetch();
|
||||
|
||||
// let res = await albumInfoUtils.getFromDatabase({ albumId: "9156" });
|
||||
|
Reference in New Issue
Block a user