mirror of
https://github.com/PlayEdu/backend
synced 2026-03-07 10:22:33 +08:00
学员添加、编辑去除昵称字段及其它优化
This commit is contained in:
@@ -51,7 +51,6 @@ export function updateUser(
|
||||
id: number,
|
||||
email: string,
|
||||
name: string,
|
||||
nickname: string,
|
||||
avatar: string,
|
||||
password: string,
|
||||
idCard: string,
|
||||
@@ -59,7 +58,6 @@ export function updateUser(
|
||||
) {
|
||||
return client.put(`/backend/v1/user/${id}`, {
|
||||
email,
|
||||
nickname,
|
||||
name,
|
||||
avatar,
|
||||
password,
|
||||
|
||||
Reference in New Issue
Block a user