feat: release

This commit is contained in:
zzc
2026-05-20 23:16:53 +08:00
parent 0143a08af7
commit 48c7cebac1
4 changed files with 142 additions and 26 deletions

View File

@@ -6,4 +6,11 @@ export const releaseTopic = async (data) => {
method: "POST",
data,
});
};
export const fetchTopicCategories = async (data) => {
return request({
url: "/api/rating/topic/category/list",
method: "GET",
});
};