fix: index luck

This commit is contained in:
zzc
2026-02-28 15:21:32 +08:00
parent 3964d33e31
commit fd5bc9d12c
3 changed files with 39 additions and 9 deletions

View File

@@ -13,3 +13,10 @@ export const userSignIn = async () => {
method: "POST",
});
};
export const getUserLuckInfo = async () => {
return request({
url: "/api/blessing/user/luck-info",
method: "GET",
});
};