vip介绍用富文本显示

This commit is contained in:
kron
2025-08-29 10:20:37 +08:00
parent 91ee2a714c
commit 3c414afd82
2 changed files with 14 additions and 8 deletions

View File

@@ -474,3 +474,7 @@ export const getBattleDataAPI = async () => {
export const chooseTeamAPI = async (number, group) => {
return request("POST", "/user/room/group", { number, group });
};
export const getVIPDescAPI = async () => {
return request("GET", "/index/memberVipDescribe");
};