feat: deaw share
This commit is contained in:
@@ -6,3 +6,10 @@ export const drawFortune = async () => {
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
export const getList = async (page = 1) => {
|
||||
return request({
|
||||
url: `/api/blessing/fortune/list?page=${page}`,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user