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

@ -16,7 +16,7 @@ module.exports = (query, request) => {
}
return request(
'POST',
`https://music.163.com/weapi/v1/comment/${query.t}`,
`/api/v1/comment/${query.t}`,
data,
createOption(query, 'weapi'),
)