kazelee
4 天以前 fc6dd85a865c4cadae0b9a07d56e2988d2262f10
api/DebugController.cs
@@ -96,7 +96,7 @@
        [HttpPost]
        [Route("AddInboundTask")]
        public string AddInboundTask(AddInboundTaskInfo model) {
            return WCSCore.CreateInboundTask(model.StartLoc, model.CntrCode).Content;
            return WCSCore.CreateInboundTask(model.StartLoc, model.CntrCode).Item2;
        }
        /// <summary>