feat: deaw share

This commit is contained in:
zzc
2026-01-21 22:33:37 +08:00
parent 915dd33aac
commit 25de38a1f5
5 changed files with 512 additions and 46 deletions

View File

@@ -6,3 +6,10 @@ export const drawFortune = async () => {
method: "GET",
});
};
export const getList = async (page = 1) => {
return request({
url: `/api/blessing/fortune/list?page=${page}`,
method: "GET",
});
};