fix: record page

This commit is contained in:
zzc
2026-02-09 01:43:50 +08:00
parent 7e0ba078b0
commit 30d7a74fb5
2 changed files with 27 additions and 19 deletions

View File

@@ -66,3 +66,10 @@ export const getRandomGreeting = async () => {
method: "get",
});
};
export const getTipsList = async () => {
return request({
url: `/api/blessing/tips/list`,
method: "get",
});
};