fix: 🧩 修复测试bug
This commit is contained in:
@@ -27,6 +27,6 @@ export const getVideoListExportApi = (params: any) => {
|
||||
});
|
||||
};
|
||||
//视频分类
|
||||
export const getVideoClassListApi = () => {
|
||||
return http.get<any>(`/video/categorys`);
|
||||
export const getVideoClassListApi = (params: any) => {
|
||||
return http.get<any>(`/video/categorys`, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user