| | |
| | | PassPointInfo passPoint = new PassPointInfo() |
| | | { |
| | | union_key = Guid.NewGuid().ToString(), |
| | | line_code = stationInfo.stationEquipMES, //todo éæ¿æ¢æç¹ä½ä¿¡æ¯æ¶å¯¹åºMESç¹ä½ |
| | | line_code = stationInfo.stationEquipMES, |
| | | message_time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"), |
| | | plant_code = "1052", |
| | | pvi = json.PVI, |
| | |
| | | } |
| | | |
| | | LogFactory.GetLog("车身è¿ç¹").Info(true, $"\r\r--------------------------------------"); |
| | | LogFactory.GetLog("车身è¿ç¹").Info(true, $"å·¥ä½å·:{json.Position},RFID:{json.PVI},ååºä¿¡æ¯:{responseContent.ToJson}"); |
| | | LogFactory.GetLog("车身è¿ç¹").Info(true, $"å·¥ä½å·:{json.Position},RFID:{json.PVI},ååºä¿¡æ¯:{MESrespon}"); |
| | | |
| | | return content.OK(); |
| | | } |