歌单收藏/删除歌曲返回内容修复

This commit is contained in:
binaryify 2022-06-19 10:35:53 +08:00
parent 9074a695a0
commit 53ec7ee8e1

View File

@ -46,7 +46,7 @@ module.exports = async (query, request) => {
realIP: query.realIP, realIP: query.realIP,
}, },
) )
} else if (error.body.code === 521) { } else {
return { return {
status: 200, status: 200,
body: error.body, body: error.body,