fix: record page
This commit is contained in:
@@ -66,3 +66,10 @@ export const getRandomGreeting = async () => {
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
export const getTipsList = async () => {
|
||||
return request({
|
||||
url: `/api/blessing/tips/list`,
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user