huanghongfeng
2025-01-24 829eabf256e29392ca63f6da48829dba3b075dfe
代码管理/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));