huanghongfeng
2025-06-19 1d8897348d578648421b024d0dc5ff3d626e05f9
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/System/Sys_UserController.cs
@@ -42,7 +42,7 @@
            return Service.GetCurrentUserInfo();
        }
        [HttpPost, Route("modifyPwd")]
        [HttpGet, Route("modifyPwd")]
        public IActionResult ModifyPwd(string oldPwd, string newPwd)
        {
            return Json(Service.ModifyPwd(oldPwd, newPwd));