服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-24 459d4a2b2bd5390a5d02947e75a934207fb9ad0c
Tiger.Controllers.WMS/Controllers/WMSController.LocationTransfer.cs
@@ -29,7 +29,7 @@
                    iBiz.WMS.Context.NewTransaction(HttpContext, trans);
                }
                response = action.GetResponse(trans);
                response = action.GetResponse();
            }
            catch (System.Exception ex)
            {