提交 5b9bfd72 编写于 作者: B binaryify

fixed url error

上级 83e572f3
......@@ -9,7 +9,7 @@ describe('测试获取歌曲是否正常', () => {
br: 999000
}
request.get({url: `${host}/music/url`, qs: qs}, (err, res, body) => {
request.get({url: `${host}/song/url`, qs: qs}, (err, res, body) => {
if (!err && res.statusCode == 200) {
body = JSON.parse(body)
assert(!!body.data[0].url)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册