fix: wallpaper page

This commit is contained in:
zzc
2026-01-28 23:08:34 +08:00
parent bad07da9ef
commit 0dcd70d2f0
4 changed files with 342 additions and 4 deletions

View File

@@ -14,3 +14,10 @@ export const getMyCard = async (page = 1) => {
method: "GET",
});
};
export const getMyWallpaper = async (page = 1) => {
return request({
url: "/api/blessing/my/wallpaper?page=" + page,
method: "GET",
});
};