mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 01:12:06 +08:00
修复听歌打卡接口 /scrobble
失效问题 #522
This commit is contained in:
@ -7,7 +7,7 @@ module.exports = (query, request) => {
|
||||
json: {
|
||||
download: 0,
|
||||
end: 'playend',
|
||||
id: query.songid,
|
||||
id: query.id,
|
||||
sourceId: query.sourceid,
|
||||
time: query.time,
|
||||
type: 'song',
|
||||
@ -15,6 +15,7 @@ module.exports = (query, request) => {
|
||||
}
|
||||
}])
|
||||
}
|
||||
|
||||
return request(
|
||||
'POST', `https://music.163.com/weapi/feedback/weblog`, data,
|
||||
{crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
|
||||
|
Reference in New Issue
Block a user