fix: 🐛 移除个人中心传递用户id的问题
This commit is contained in:
@@ -138,9 +138,9 @@ class UserAPI {
|
||||
}
|
||||
|
||||
/** 获取个人中心用户信息 */
|
||||
static getProfile(id: number) {
|
||||
static getProfile() {
|
||||
return request<any, UserProfileVO>({
|
||||
url: `${USER_BASE_URL}/${id}/profile`,
|
||||
url: `${USER_BASE_URL}/profile`,
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user