项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -40,9 +40,9 @@ } [HttpPost, Route("modifyPwd")] public IActionResult ModifyPwd(string oldPwd, string newPwd) public IActionResult ModifyPwd(string oldPwd, string newPwd, string userName) { return Json(Service.ModifyPwd(oldPwd, newPwd)); return Json(Service.ModifyPwd(oldPwd, newPwd, userName)); } [HttpGet, Route("getVierificationCode"), AllowAnonymous]