fix: daily page
This commit is contained in:
@@ -7,9 +7,9 @@ export const getDailyInfo = async () => {
|
||||
});
|
||||
};
|
||||
|
||||
export const getDailyRandomGreeting = async () => {
|
||||
export const getDailyRandomGreeting = async (sceneId) => {
|
||||
return request({
|
||||
url: "/api/blessing/daily-greeting/random",
|
||||
url: `/api/blessing/daily-greeting/random?sceneId=${sceneId}`,
|
||||
method: "GET",
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user