diff --git a/src/apis.js b/src/apis.js index db7b223..f6f41f1 100644 --- a/src/apis.js +++ b/src/apis.js @@ -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`); +}; diff --git a/src/components/AppFooter.vue b/src/components/AppFooter.vue index 2f23bc9..c6c8cf2 100644 --- a/src/components/AppFooter.vue +++ b/src/components/AppFooter.vue @@ -1,15 +1,4 @@