项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_UserController.cs
@@ -43,9 +43,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]