mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-06 23:12:06 +08:00
@ -3,8 +3,10 @@
|
||||
module.exports = (query, request) => {
|
||||
const data = {
|
||||
userId: query.uid,
|
||||
time: query.lasttime || -1,
|
||||
time: '0',
|
||||
limit: query.limit || 30,
|
||||
offset: query.offset || 0,
|
||||
getcounts: 'true',
|
||||
}
|
||||
return request(
|
||||
'POST',
|
||||
|
Reference in New Issue
Block a user