feat: updates

This commit is contained in:
qier222 2023-03-03 03:12:27 +08:00
parent 9a52681687
commit 840a5b8e9b
No known key found for this signature in database
104 changed files with 1645 additions and 13494 deletions

View file

@ -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',