wankeda
2025-12-27 34922eb239109534679d35a75661d6e2a5603347
WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -58,5 +58,11 @@
            return Service.LocationDisableStatus(keys); ;
        }
        [HttpPost, Route("LocationRelease"),AllowAnonymous]
        public WebResponseContent LocationRelease([FromBody] List<string> locationCodes)
        {
            return Service.LocationRelease(locationCodes);
        }
    }
}