chengsc
3 天以前 4c7f2d26fd6041d32f4e291559bc443671493246
Admin.NET/WCS.Application/Util/HttpService.cs
@@ -60,7 +60,7 @@
                {
                    TaskType = TaskTypeEnum.In,
                    Status = TaskStatusEnum.Wait,
                    Type = PLCTypeEnum.ConveyorLine,
                    Type = PLCTypeEnum.AGV,
                    Origin = "WMS",
                    Qty = result.TaskList.Qty,
@@ -388,7 +388,7 @@
            {"X-lr-request-id",requestId },
            {"X-lr-version","4.2" },
        };
        Log.Information("调用AGV小车接口下发任务记录" + mod.ToJson());
        var result = await url.SetHeaders(dic).SetBody(mod, "application/json", Encoding.UTF8).PostAsAsync<ResponseAgvDto>();
        Log.Information("调用AGV小车接口下发任务" + result.ToJson());
        return result;