fix: rank

This commit is contained in:
zzc
2026-02-25 21:01:21 +08:00
parent 5e0da973af
commit 4c53fa9f65
2 changed files with 10 additions and 3 deletions

View File

@@ -53,6 +53,13 @@ export const getRecommendList = async (page = 1) => {
});
};
export const getRankList = async (scene) => {
return request({
url: `/api/blessing/rank/resource-list?scene=${scene}`,
method: "get",
});
};
export const msgCheckApi = async (content) => {
return request({
url: "/api/common/msg-check?content=" + content,