We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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" }, ... ]
[ { "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