Spaces:
Sleeping
Sleeping
File size: 523 Bytes
0aee47a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"info": {
"detail": {
"url": "https://api.bilibili.com/x/copyright-music-publicity/bgm/detail",
"method": "GET",
"params": {
"music_id": "str: 音乐 id"
},
"comment": "获取音乐信息"
},
"video_recommend_list": {
"url": "https://api.bilibili.com/x/copyright-music-publicity/bgm/recommend_list",
"method": "GET",
"params": {
"music_id": "str: 音乐 id"
},
"comment": "获取音乐推荐视频"
}
}
}
|