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