update:对接个人训练首页

This commit is contained in:
2026-05-20 16:36:07 +08:00
parent 465b9c8dc7
commit bae31add22
43 changed files with 965 additions and 165 deletions

View File

@@ -407,6 +407,10 @@ export const getPractiseDataAPI = async () => {
return request("GET", "/user/practice/statistics");
};
export const getPersonalTrainingAPI = async () => {
return request("GET", "/personal/training");
};
export const getBattleDataAPI = async () => {
return request("GET", "/user/fight/statistics");
};