Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

希望新增 云盘歌曲信息匹配纠正 的接口 #1212

Closed
auqhjjqdo0 opened this issue Apr 25, 2021 · 2 comments
Closed

希望新增 云盘歌曲信息匹配纠正 的接口 #1212

auqhjjqdo0 opened this issue Apr 25, 2021 · 2 comments

Comments

@auqhjjqdo0
Copy link

功能描述

网易云app 7.x版本以上的云盘里新增了一个云盘歌曲信息匹配纠正的功能,用于在云盘自动识别的歌曲与自己上传的歌曲信息不符时自己进行匹配纠正

下图是该功能的操作页面,经抓包得到该页面的网址为
https://st.music.163.com/c/correction?userId=28598261&songId=xxx
(需要手机版的UA)
image

分析js得到的接口url为https://interface.music.163.com/api/cloud/user/song/match
原始参数为adjustSongIdsongIduserId
该接口需要cookie

@Binaryify
Copy link
Owner

好了加上了

@Binaryify
Copy link
Owner

例子:/cloud/match?uid=32953014&sid=aaa&asid=bbb
要取消匹配的话是 /cloud/match?uid=32953014&sid=bbb&asid=0

ZhaoTonggang added a commit to ZhaoTonggang/NeteaseCloudMusicApi that referenced this issue May 2, 2021
* 新增云盘歌曲信息匹配纠正接口 Binaryify#1212

* update docs

* update docs

* 首页-发现接口增加 cursor 参数,refresh默认设为false Binaryify#1217

Co-authored-by: binaryify <binaryify@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants