//获取grid行信息 public async Task <ActionResult> GetGridRow(string formName, string gridName, string orderType, string cVouchID) { return(await Task.Run(() => { return Content(JsonAppHelper.ToJson(api.GetGridRow(formName, gridName, orderType, cVouchID))); })); }