fix: main avatar page
This commit is contained in:
@@ -21,3 +21,10 @@ export const getMyWallpaper = async (page = 1) => {
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
export const getMyAvatar = async (page = 1) => {
|
||||
return request({
|
||||
url: "/api/blessing/my/avatar?page=" + page,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user