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); } } }