fix: share token
This commit is contained in:
@@ -59,3 +59,10 @@ export const msgCheckApi = async (content) => {
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
export const getRandomGreeting = async () => {
|
||||
return request({
|
||||
url: "/api/blessing/random/greeting",
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user