mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
update: 文档更新
This commit is contained in:
parent
b5e67199bc
commit
a505114140
@ -4505,7 +4505,7 @@ qrCodeStatus:20,detailReason:0 验证成功qrCodeStatus:21,detailReason:0 二
|
||||
**调用例子:** `/ugc/user/devote`
|
||||
|
||||
### 年度听歌报告
|
||||
说明: 登录后调用此接口,使用此接口,可获取当前登录用户年度听歌报告,目前支持2017-2022年的报告
|
||||
说明: 登录后调用此接口,使用此接口,可获取当前登录用户年度听歌报告,目前支持2017-2023年的报告
|
||||
|
||||
**必选参数:**
|
||||
|
||||
@ -4513,7 +4513,7 @@ qrCodeStatus:20,detailReason:0 验证成功qrCodeStatus:21,detailReason:0 二
|
||||
|
||||
**接口地址:** `/summary/annual`
|
||||
|
||||
**调用例子:** `/summary/annual?year=2022`
|
||||
**调用例子:** `/summary/annual?year=2023`
|
||||
|
||||
### 本地歌曲文件匹配网易云歌曲信息
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// 年度听歌报告2017-2022
|
||||
const crypto = require('crypto')
|
||||
// 年度听歌报告2017-2023
|
||||
module.exports = (query, request) => {
|
||||
const data = {}
|
||||
const key =
|
||||
|
Loading…
x
Reference in New Issue
Block a user