mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
9a52681687
commit
840a5b8e9b
104 changed files with 1645 additions and 13494 deletions
|
|
@ -19,9 +19,7 @@ export function fetchMV(params: FetchMVParams): Promise<FetchMVResponse> {
|
|||
}
|
||||
|
||||
// mv 地址
|
||||
export function fetchMVUrl(
|
||||
params: FetchMVUrlParams
|
||||
): Promise<FetchMVUrlResponse> {
|
||||
export function fetchMVUrl(params: FetchMVUrlParams): Promise<FetchMVUrlResponse> {
|
||||
return request({
|
||||
url: '/mv/url',
|
||||
method: 'get',
|
||||
|
|
@ -34,7 +32,7 @@ export function fetchMVUrl(
|
|||
* 说明 : 调用此接口 , 传入 mvid 可获取相似 mv
|
||||
* @param {number} mvid
|
||||
*/
|
||||
export function simiMv(mvid) {
|
||||
export function simiMv(mvid: string | number) {
|
||||
return request({
|
||||
url: '/simi/mv',
|
||||
method: 'get',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue