mirror of
https://github.com/PlayEdu/backend
synced 2026-03-06 18:42:35 +08:00
学员新建,编辑初步
This commit is contained in:
@@ -57,7 +57,7 @@ export function updateUser(
|
||||
idCard: string,
|
||||
depIds: number[]
|
||||
) {
|
||||
return client.post(`/backend/v1/user/${id}`, {
|
||||
return client.put(`/backend/v1/user/${id}`, {
|
||||
email,
|
||||
nickname,
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user