fix: bizhi detail
This commit is contained in:
@@ -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",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user