fix: bizhi detail

This commit is contained in:
zzc
2026-02-26 14:35:42 +08:00
parent fe562ecec9
commit 9137a3410b
3 changed files with 29 additions and 7 deletions

View File

@@ -20,3 +20,10 @@ export const getWallpaperRecommendList = async () => {
method: "get",
});
};
export const getWallpaperSameList = async (id) => {
return request({
url: `/api/blessing/wallpaper/same/list?id=${id}`,
method: "get",
});
};