public IActionResult GetCounty(int cityCode) { var list = regionService.GetCounty(cityCode); return(Json(list)); }