fix: 🧩 修复测试bug
This commit is contained in:
@@ -26,6 +26,6 @@ export const getCategorySortApi = (params: any) => {
|
||||
return http.post<any>(`${ATT_C}/sort/${params.id}`, { sort: params.sort });
|
||||
};
|
||||
//下载分类下拉列表
|
||||
export const getCategorysApi = () => {
|
||||
return http.get<any>(`/attachment/categorys`);
|
||||
export const getCategorysApi = (params: any) => {
|
||||
return http.get<any>(`/attachment/categorys`, params);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user