|
@@ -69,12 +69,11 @@ func (this *SystemApiController) ModifyAdminUser() {
|
69
|
69
|
id, _ := this.GetInt64("id")
|
70
|
70
|
name := this.GetString("name")
|
71
|
71
|
mobile := this.GetString("mobile")
|
72
|
|
- password := this.GetString("password")
|
|
72
|
+ password := this.GetString("user_password")
|
73
|
73
|
role_type, _ := this.GetInt64("type")
|
74
|
74
|
remark := this.GetString("remark")
|
75
|
75
|
|
76
|
76
|
admins, _ := service.FindAdminById(id)
|
77
|
|
-
|
78
|
77
|
admin := &admin_models.AdminAccount{
|
79
|
78
|
ID: admins.ID,
|
80
|
79
|
Mobile: mobile,
|