feat: 🚀 token无感刷新
This commit is contained in:
@@ -36,3 +36,7 @@ export const getProductListSortApi = (params: any) => {
|
||||
const { id, sort } = params;
|
||||
return http.post<any>(`${PRODUCT}/sort/${id}`, { sort });
|
||||
};
|
||||
// getProductCategoryListApi
|
||||
export const getProductCategoryListApi = () => {
|
||||
return http.get<any>(`/product/categorys`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user