UI更新
This commit is contained in:
@@ -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");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user