Skip to content

歌单和收藏接口

id0o0bi edited this page Jun 2, 2016 · 2 revisions

歌单列表

URL:/playlist 返回结果:

[ { "id":"1", "name":"影视原声", "create_time":"2016-05-17 03:51:38" }, ... ]

歌单内歌曲列表

URL:/playlist/songs/$1 参数:$1 : 歌单ID 返回结果: [ { "id":"1", "title":"To Dartmoor", "singer":"神探夏洛克", "src":"storage/songs/To Dartmoor.mp3", "img":"src/imgs/list1-1.jpg", "genre":"1", "create_time":"2016-05-24 23:27:25" }, ... ]

收藏列表

URL:/collect 返回结果: 同 playlist

Clone this wiki locally