fix: index page
This commit is contained in:
@@ -60,6 +60,13 @@ export const getRankList = async (scene) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const getCardSpecialTopic = async () => {
|
||||
return request({
|
||||
url: `/api/blessing/card/special-topic`,
|
||||
method: "get",
|
||||
});
|
||||
};
|
||||
|
||||
export const getRandomRecommendList = async (scene) => {
|
||||
return request({
|
||||
url: `/api/blessing/random/recommend/list?scene=${scene}`,
|
||||
|
||||
Reference in New Issue
Block a user