feat:跟新组织架构
This commit is contained in:
@@ -22,7 +22,7 @@ export function login(username, password) {
|
||||
// 获取用户详细信息
|
||||
export function getInfo(userUid) {
|
||||
return request({
|
||||
url: `/api/v1/auth/user/${userUid}`,
|
||||
url: `/api/v1/auth/users/${userUid}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user