1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user