fix: 🧩 修复bug
This commit is contained in:
@@ -37,6 +37,6 @@ export const getBannerListExportApi = (params: any) => {
|
||||
});
|
||||
};
|
||||
//分类
|
||||
export const getBannerClassListApi = (params: any) => {
|
||||
export const getBannerClassListApi = (params?: any) => {
|
||||
return http.get<any>(`/banner/list`, params); //v1/banner/list
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user