//获取临时扫描记录 public async Task <ActionResult> ClearTempScan(string operOrder) { return(await Task.Run(() => { api.ClearTempScan(operOrder); return Content(""); })); }