fix: share token

This commit is contained in:
zzc
2026-02-05 23:43:51 +08:00
parent 3f764693c1
commit d76269b154
8 changed files with 79 additions and 96 deletions

View File

@@ -59,3 +59,10 @@ export const msgCheckApi = async (content) => {
method: "get",
});
};
export const getRandomGreeting = async () => {
return request({
url: "/api/blessing/random/greeting",
method: "get",
});
};