1
czw
9 天以前 4c082cd9e9dbd315e0fd00abc93abe26a245fedc
HnSx/Build/Project/代码/VS自定义类/AutoThread.cs
@@ -558,7 +558,7 @@
                                    {
                                        statusCode = System.Net.HttpStatusCode.OK;
                                        var str = apiHelper.Post("http://10.20.66.121:18080/datahubjson/wcs/?method=PALLETSTACKERINTERACTION", !string.IsNullOrEmpty(requestJson) ? requestJson : JsonConvert.SerializeObject(new PalletStackerInteractionRequest
                                        var str = apiHelper.Post("http://10.20.66.121:18080/datahubjson/wcs/?method=PALLETSTACKER", !string.IsNullOrEmpty(requestJson) ? requestJson : JsonConvert.SerializeObject(new PalletStackerInteractionRequest
                                        {
                                            data = new PalletStackerInteractionData
                                            {
@@ -678,7 +678,6 @@
                                                    });
                                                }
                                            }
                                        }
                                        if (req == null || req.data.header.Count == taskErrorInfos.Count)
@@ -704,6 +703,7 @@
                                                        Return = new PutConveyorTaskReturnInfo
                                                        {
                                                            returnCode = "0000",
                                                            returnDesc="ok",
                                                            returnFlag = "1"
                                                        }
                                                    }