This commit is contained in:
kron
2025-08-06 18:36:30 +08:00
parent 66dea2b199
commit e12252beed
6 changed files with 76 additions and 11 deletions

View File

@@ -432,3 +432,7 @@ export const getPointBookListAPI = async (
export const getPointBookDetailAPI = async (id) => {
return request("GET", `/user/score/sheet/detail?id=${id}`);
};
export const getPractiseDataAPI = async () => {
return request("GET", "/user/score/sheet/statistics");
};