fix: 🧩 修复bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import http from "@/api";
|
||||
const VIDEO_CATEGORY = `video/category`;
|
||||
// 视频分类分页列表
|
||||
export const getVideoClassListApi = (params: any) => {
|
||||
export const getVideoClassListApi = (params?: any) => {
|
||||
return http.get<any>(`${VIDEO_CATEGORY}/index`, params);
|
||||
};
|
||||
//视频分类详情
|
||||
|
||||
Reference in New Issue
Block a user