public IHttpActionResult GetDictList(int dicTypeId) { var result = _dictService.GetDictList(dicTypeId); return(Json(new OkResponse(result))); }