feat: release
This commit is contained in:
@@ -13,4 +13,11 @@ export const fetchTopicCategories = async (data) => {
|
||||
url: "/api/rating/topic/category/list",
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
export const fetchTopicList = async (categoryId, page = 1) => {
|
||||
return request({
|
||||
url: `/api/rating/topic/list/${categoryId}?page=${page}`,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user