Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/Dt_AreaInfoController.cs
@@ -16,5 +16,10 @@ _httpContextAccessor = httpContextAccessor; } [HttpGet,HttpPost,Route("QueryAreaInfo"),AllowAnonymous] public WebResponseContent QueryAreaInfo() { return Service.QueryAreaInfo(); } } }