public IHttpActionResult GetDictListAll() { var result = _dictService.GetCacheDictList(); return(Json(new OkResponse(result))); }