积分表UI修改
This commit is contained in:
@@ -484,3 +484,7 @@ export const chooseTeamAPI = async (number, group) => {
|
||||
export const getVIPDescAPI = async () => {
|
||||
return request("GET", "/index/memberVipDescribe");
|
||||
};
|
||||
|
||||
export const getPointBookStatisticsAPI = async () => {
|
||||
return request("GET", `/v2/user/score/sheet/statistics`);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user