| | |
| | | /// </summary> |
| | | public partial class MESService |
| | | { |
| | | |
| | | public WebResponseContent issuedCharacter(string rfidPrint, string vin, string stationNo) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | |
| | | } |
| | | var wmsIpAddress = wmsBase + ipAddress; |
| | | |
| | | var MESrespon = HttpHelper.Post(wmsIpAddress, characterInfo.ToJson()); |
| | | var MESrespon = HttpHelper.PostAsync(wmsIpAddress, characterInfo.ToJson()).Result; |
| | | |
| | | IssuedCharacterRespon characterRespon = JsonConvert.DeserializeObject<IssuedCharacterRespon>(MESrespon); |
| | | if (!characterRespon.success) |