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