refactor: 精简weapi的链接,统一使用uri

This commit is contained in:
overwriter
2024-06-25 22:47:17 +08:00
parent d78a4990fe
commit 46718c29f1
244 changed files with 288 additions and 401 deletions

View File

@@ -11,7 +11,7 @@ module.exports = async (query, request) => {
}
const res = await request(
'POST',
`https://music.163.com/weapi/playlist/list`,
`/api/playlist/list`,
data,
createOption(query, 'weapi'),
)