fix: index detail

This commit is contained in:
zzc
2026-02-26 15:14:55 +08:00
parent 5738464cc8
commit a883caf981
3 changed files with 29 additions and 16 deletions

View File

@@ -60,6 +60,13 @@ export const getRankList = async (scene) => {
});
};
export const getRandomRecommendList = async (scene) => {
return request({
url: `/api/blessing/random/recommend/list?scene=${scene}`,
method: "get",
});
};
export const msgCheckApi = async (content) => {
return request({
url: "/api/common/msg-check?content=" + content,