提交 4aef63a6 编写于 作者: C CeBkCn 提交者: GitHub

Add getPlaylists

Add getPlaylists
上级 dda467ea
......@@ -15,12 +15,15 @@ var _getArtistAlbums = require('./component/getArtistAlbums');
var _getAlbums = require('./component/getAlbums');
var _getPlaylists = require('./component/getPlaylists');
var api = {
search: _search.search,
song: _song.song,
lrc: _lrc.lrc,
getArtistAlbums: _getArtistAlbums.getArtistAlbums,
getAlbums: _getAlbums.getAlbums
getAlbums: _getAlbums.getAlbums,
getPlaylists: _getPlaylists.getPlaylists
};
exports.api = api;
\ No newline at end of file
exports.api = api;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册