1
qinchulong
2025-02-28 6ff7cbed707a5bbc6a97f44257285bc8fdb2c9c9
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_WMSPart/LocationInfoService.cs
@@ -1,5 +1,6 @@

using OfficeOpenXml.FormulaParsing.Excel.Functions.DateTime;
using WIDESEAWCS_Common.LocationEnum;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseRepository;
@@ -51,6 +52,19 @@
                return content = WebResponseContent.Instance.Error(ex.Message);
            }
        }
        public WebResponseContent getlocation()
        {
            WebResponseContent content = new WebResponseContent();
            try
            {
                return content = WebResponseContent.Instance.OK();
            }
            catch (Exception ex)
            {
                return content = WebResponseContent.Instance.Error(ex.Message);
            }
        }
        public WebResponseContent GetLocationConfigs(int layer)
        {