Compare commits

..

No commits in common. "15fa49a2e8e63456a58e0ec1e81f7283176bd4b2" and "0395d087d9e99ceef480c54e7932c2332e5c0c39" have entirely different histories.

3 changed files with 0 additions and 28 deletions

7
interface.d.ts vendored
View File

@ -1166,13 +1166,6 @@ export function song_url_v1(
params: { id: string | number; level: SoundQualityType } & RequestBaseConfig,
): Promise<Response>
export function song_copyright_rcmd(
params: {
songid?: string | number
id?: string | number
} & RequestBaseConfig,
): Promise<Response>
export function top_album(
params: {
area?: AlbumListArea

View File

@ -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'))
}

View File

@ -5318,18 +5318,6 @@ let data = encodeURIComponent(
**调用例子 :** `/song/creators?id=33894312`
### 灰色歌曲的其他版本推荐
说明 : 调用此接口, 传入灰色歌曲 id, 获取该歌曲的其他可播放版本推荐
**必选参数 :**
`songid`: 歌曲 id, 可使用 `id` 代替
**接口地址 :** `/song/copyright/rcmd`
**调用例子 :** `/song/copyright/rcmd?songid=27946878`
## 离线访问此文档
此文档同时也是 Progressive Web Apps(PWA), 加入了 serviceWorker, 可离线访问