Commit 6262092 1 parent 10bcd07 commit 6262092 Copy full SHA for 6262092
File tree 2 files changed +24
-24
lines changed
2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -2479,6 +2479,30 @@ pc: 云盘歌曲信息,如果不存在该字段,则为非云盘歌曲
2479
2479
返回数据如下图 :
2480
2480

2481
2481
2482
+ ### 每日推荐歌曲-不感兴趣
2483
+
2484
+ 说明 : 日推歌曲标记为不感兴趣( 同时会返回一个新推荐歌曲, 需要登录 )
2485
+
2486
+ **必选参数 :** `id`: 歌曲 id
2487
+
2488
+ **接口地址 :** `/recommend/songs/dislike`
2489
+
2490
+ **调用例子 :** `/recommend/songs/dislike?id=168091`
2491
+
2492
+ 返回数据 :
2493
+ ```json
2494
+ {
2495
+ "data":{
2496
+ "name":"破碎太阳之心",
2497
+ "id":2009592201,
2498
+ "position":0,
2499
+ "alias":[],
2500
+ ...
2501
+ },
2502
+ "code":200
2503
+ }
2504
+ ```
2505
+
2482
2506
### 获取历史日推可用日期列表
2483
2507
2484
2508
说明 : 调用此接口 , 可获得历史日推可用日期列表
Original file line number Diff line number Diff line change @@ -1056,30 +1056,6 @@ mp3url 不能直接用 , 可通过 `/music/url` 接口传入歌曲 id 获取具
1056
1056
返回数据如下图 :
1057
1057
![ 每日推荐歌曲] ( https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/%E6%8E%A8%E8%8D%90%E6%AD%8C%E6%9B%B2.png )
1058
1058
1059
- ### 每日推荐歌曲-不感兴趣
1060
-
1061
- 说明 : 日推歌曲标记为不感兴趣( 同时会返回一个新推荐歌曲, 需要登录 )
1062
-
1063
- ** 必选参数 :** ` id ` : 歌曲 id
1064
-
1065
- ** 接口地址 :** ` /recommend/songs/dislike `
1066
-
1067
- ** 调用例子 :** ` /recommend/songs/dislike?id=168091 `
1068
-
1069
- 返回数据 :
1070
- ``` json
1071
- {
1072
- "data" :{
1073
- "name" :" 破碎太阳之心" ,
1074
- "id" :2009592201 ,
1075
- "position" :0 ,
1076
- "alias" :[],
1077
- ...
1078
- },
1079
- "code" :200
1080
- }
1081
- ```
1082
-
1083
1059
### 私人 FM
1084
1060
1085
1061
说明 : 私人 FM( 需要登录 )
You can’t perform that action at this time.
0 commit comments