This commit is contained in:
张成
2025-10-05 11:00:39 +08:00
parent 2dd634c921
commit d334831876
4 changed files with 34 additions and 27 deletions

View File

@@ -383,6 +383,8 @@ export const fetchUserProfile = async (): Promise<
> => {
try {
const response = await httpService.post("user/detail");
debugger;
return response;
} catch (error) {
console.error("获取用户信息失败:", error);