mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 02:32:06 +08:00
refactor: request无需传入请求方式
This commit is contained in:
@ -10,7 +10,6 @@ module.exports = (query, request) => {
|
||||
}
|
||||
|
||||
return request(
|
||||
'POST',
|
||||
`/api/v1/user/comments/${query.uid}`,
|
||||
data,
|
||||
createOption(query, 'weapi'),
|
||||
|
Reference in New Issue
Block a user