| | |
| | | PutAwayResponse res = JsonConvert.DeserializeObject<PutAwayResponse>(response); |
| | | if (res != null && res.MSGTX == "S") |
| | | { |
| | | content = WebResponseContent.Instance.OK("䏿¶åä¼ æåï¼"); |
| | | content = WebResponseContent.Instance.OK("䏿¶åä¼ æå"); |
| | | new LogFactory().GetLog("BYD_WMSæ¥å£").InfoFormat(true, "CallPutAway", "ååº", $"䏿¶åä¼ æåï¼"); |
| | | } |
| | | else |
| | | { |
| | | content = WebResponseContent.Instance.Error("䏿¶åä¼ å¤±è´¥ï¼"); |
| | | content = WebResponseContent.Instance.Error("䏿¶åä¼ å¤±è´¥"); |
| | | new LogFactory().GetLog("BYD_WMSæ¥å£").InfoFormat(true, "CallPutAway", "ååº", $"䏿¶åä¼ å¤±è´¥ï¼"); |
| | | } |
| | | |