|
|
@@ -375,11 +375,10 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
sys.Password = function.MD5_32(NewPassword);
|
|
|
sys.UpdateMan = Operator;
|
|
|
db.SaveChanges();
|
|
|
- return new AppResultJson() { Status = "1", Info = "成功" };
|
|
|
+ return new AppResultJson() { Status = "1", Info = "成功,新密码为:" + NewPassword };
|
|
|
}
|
|
|
return new AppResultJson() { Status = "-1", Info = "修改失败,未找到相关账号信息" };
|
|
|
}
|
|
|
-
|
|
|
#endregion
|
|
|
}
|
|
|
}
|