mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-13 18:55:07 +00:00
Compare commits
No commits in common. "15fa49a2e8e63456a58e0ec1e81f7283176bd4b2" and "0395d087d9e99ceef480c54e7932c2332e5c0c39" have entirely different histories.
15fa49a2e8
...
0395d087d9
7
interface.d.ts
vendored
7
interface.d.ts
vendored
@ -1166,13 +1166,6 @@ export function song_url_v1(
|
|||||||
params: { id: string | number; level: SoundQualityType } & RequestBaseConfig,
|
params: { id: string | number; level: SoundQualityType } & RequestBaseConfig,
|
||||||
): Promise<Response>
|
): Promise<Response>
|
||||||
|
|
||||||
export function song_copyright_rcmd(
|
|
||||||
params: {
|
|
||||||
songid?: string | number
|
|
||||||
id?: string | number
|
|
||||||
} & RequestBaseConfig,
|
|
||||||
): Promise<Response>
|
|
||||||
|
|
||||||
export function top_album(
|
export function top_album(
|
||||||
params: {
|
params: {
|
||||||
area?: AlbumListArea
|
area?: AlbumListArea
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
// 灰色歌曲的其他版本推荐
|
|
||||||
|
|
||||||
const createOption = require('../util/option.js')
|
|
||||||
module.exports = (query, request) => {
|
|
||||||
const data = {
|
|
||||||
songid: query.songid || query.id,
|
|
||||||
}
|
|
||||||
return request(`/api/song/copyright/rcmd`, data, createOption(query, 'eapi'))
|
|
||||||
}
|
|
||||||
@ -5318,18 +5318,6 @@ let data = encodeURIComponent(
|
|||||||
|
|
||||||
**调用例子 :** `/song/creators?id=33894312`
|
**调用例子 :** `/song/creators?id=33894312`
|
||||||
|
|
||||||
### 灰色歌曲的其他版本推荐
|
|
||||||
|
|
||||||
说明 : 调用此接口, 传入灰色歌曲 id, 获取该歌曲的其他可播放版本推荐
|
|
||||||
|
|
||||||
**必选参数 :**
|
|
||||||
|
|
||||||
`songid`: 歌曲 id, 可使用 `id` 代替
|
|
||||||
|
|
||||||
**接口地址 :** `/song/copyright/rcmd`
|
|
||||||
|
|
||||||
**调用例子 :** `/song/copyright/rcmd?songid=27946878`
|
|
||||||
|
|
||||||
## 离线访问此文档
|
## 离线访问此文档
|
||||||
|
|
||||||
此文档同时也是 Progressive Web Apps(PWA), 加入了 serviceWorker, 可离线访问
|
此文档同时也是 Progressive Web Apps(PWA), 加入了 serviceWorker, 可离线访问
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user