public IActionResult DelEnv([FromQuery] string id) { var result = TaskRepository.DeleteEnv(id); return(Ok(new { status = true, msg = "操作成功" })); }