mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-12 13:17:33 +08:00
搜索
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import request from "@/utils/request";
|
||||
import { ISearchDetail } from "@/type/search";
|
||||
|
||||
// 搜索内容
|
||||
export const getSearch = (keywords: any) => {
|
||||
return request.get<ISearchDetail>("/cloudsearch", {
|
||||
params: { keywords: keywords, type: 1018 },
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user