示例#1
0
        public IActionResult GetInfo()
        {
            var result = healthChek.info();

            return(Ok(result));
        }