fix: point exp

This commit is contained in:
zzc
2026-02-24 22:49:56 +08:00
parent 90e7f000c8
commit e5a8f3ca3f
4 changed files with 42 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ export const getAvatarSystemList = async (page = 1) => {
export const getAvatarSystemCategoryList = async () => {
return request({
url: `/api/blessing/avatar/system/category/list`,
url: `/api/blessing/avatar/category/list`,
method: "GET",
});
};