vip介绍用富文本显示
This commit is contained in:
@@ -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");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user