fix: wteail detail
This commit is contained in:
@@ -13,3 +13,10 @@ export const getWallpaperCategoryList = async () => {
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
export const getWallpaperRecommendList = async () => {
|
||||
return request({
|
||||
url: `/api/blessing/wallpaper/recommend/list`,
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user