huangxiaoqiang
2025-07-18 f1cad31b8247a57699c34067cfc0cd31cf0a91c8
CodeManagement/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/System/Sys_UserController.cs
@@ -45,6 +45,14 @@
            return Json(Service.ModifyPwd(oldPwd, newPwd));
        }
        //只能超级管理员才能修改密码
        //2020.08.01增加修改密码功能
        [HttpPost, Route("modifyUserPwd")]
        public IActionResult ModifyUserPwd(string password, string userName)
        {
            return Json(Service.ModifyUserPwd(password, userName));
        }
        [HttpGet, Route("getVierificationCode"), AllowAnonymous]
        public IActionResult GetVierificationCode()
        {