| | |
| | | content.OK(data: result); |
| | | |
| | | LogFactory.GetLog("静置陈化入库(整托盘)").Info(true, $"\r\r--------------------------------------"); |
| | | LogFactory.GetLog("静置陈化入库(整托盘)").Info(true, input.TrayBarcode); |
| | | LogFactory.GetLog("静置陈化入库(整托盘)").Info(true, result); |
| | | } |
| | | catch (Exception err) |
| | |
| | | //var x = await HttpsClient.PostAsync("http://c24-cellmi3:12020/api/MachineIntegration/AgingOutput", inputJson); |
| | | content.OK(data: result); |
| | | LogFactory.GetLog("静置陈化出库(整托盘)").Info(true, $"\r\r--------------------------------------"); |
| | | LogFactory.GetLog("静置陈化出库(整托盘)").Info(true, input.TrayBarcode); |
| | | LogFactory.GetLog("静置陈化出库(整托盘)").Info(true, result); |
| | | } |
| | | catch (Exception err) |
| | | { |
| | | Console.WriteLine(err.Message.ToString()); |
| | | LogFactory.GetLog("静置/陈化出库(整托盘)").Error(true, $"\r\r--------------------------------------"); |
| | | LogFactory.GetLog("静置/陈化出库(整托盘)").Error(true, err.StackTrace); |
| | | LogFactory.GetLog("静置陈化出库(整托盘)").Error(true, $"\r\r--------------------------------------"); |
| | | LogFactory.GetLog("静置陈化出库(整托盘)").Error(true, err.StackTrace); |
| | | content.Error(err.Message); |
| | | } |
| | | return content; |