项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMSPart/LocationInfoController.cs
@@ -49,5 +49,11 @@ { return Service.getlocation(); } [HttpPost, Route("setlocations"), AllowAnonymous] public WebResponseContent setlocations(int k) { return Service.setlocations(k); } } }