提交 097650a6 编写于 作者: Z Zachary

feat: api add new method

上级 7b0d2f28
......@@ -34,3 +34,5 @@ export const getAllMV = (limit, page, order, area, type) => {
};
return requset.get("/mv/all", { params: params });
};
export const getMvDetail = id => requset.get(`/mv/detail?mvid=${id}`);
......@@ -3,3 +3,7 @@ import { requset } from "./base";
export const getSong = id => requset.get(`/song/url?id=${id}`);
export const getSongDetail = ids => requset.get(`/song/detail?ids=${ids}`);
export const getSongLiyric = id => requset.get(`/lyric?id=${id}`);
export const getSimiSong = id => requset.get(`/simi/song?id=${id}`);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册