| | |
| | | |
| | | var respon = HttpHelper.Post(wmsIpAddrss, JsonConvert.SerializeObject(TargetAddress)); //http://localhost:9291/api/Task/ReceiveTask, |
| | | |
| | | if (respon == null) return content.OK("鐢熸垚浠诲姟鎴愬姛"); |
| | | if (respon == null) return content.Error("澶辫触锛佽皟鍙杦cs澶辫触"); |
| | | |
| | | WebResponseContent respone = JsonConvert.DeserializeObject<WebResponseContent>(respon.ToString()); |
| | | if (!respone.Status) |
| | |
| | | |
| | | RequestTaskDto input=new RequestTaskDto(); |
| | | input.Position = TargetAddress; |
| | | input.RequestType = "888"; |
| | | input.PalletCode = CZTM; |
| | | WebResponseContent agvtocon=genAgvSchedulingTask(input); |
| | | if(agvtocon.Status) |
| | | { |