fix: wteail detail

This commit is contained in:
zzc
2026-01-28 21:37:37 +08:00
parent c0a4423124
commit fb68e87624
2 changed files with 117 additions and 131 deletions

View File

@@ -13,3 +13,10 @@ export const getWallpaperCategoryList = async () => {
method: "GET",
});
};
export const getWallpaperRecommendList = async () => {
return request({
url: `/api/blessing/wallpaper/recommend/list`,
method: "get",
});
};