1
This commit is contained in:
@@ -353,7 +353,7 @@ export const refresh_login_status = async (): Promise<boolean> => {
|
||||
// 获取用户详细信息
|
||||
export const fetchUserProfile = async (): Promise<ApiResponse<UserInfoType>> => {
|
||||
try {
|
||||
const response = await httpService.post('api/user/detail');
|
||||
const response = await httpService.post('user/detail');
|
||||
return response;
|
||||
} catch (error) {
|
||||
console.error('获取用户信息失败:', error);
|
||||
|
||||
Reference in New Issue
Block a user