wanshenmean
2026-03-06 aefdecd0aa3226b7d00d1dc764241b82658b3be8
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Helper/AppSettings.cs
@@ -52,7 +52,10 @@
                    return Configuration[string.Join(":", sections)];
                }
            }
            catch (Exception) { }
            catch (Exception ex)
            {
                Console.WriteLine($"AppSettings读取配置失败: {ex.Message}");
            }
            return "";
        }
@@ -83,7 +86,10 @@
            {
                return Configuration[sectionsPath];
            }
            catch (Exception) { }
            catch (Exception ex)
            {
                Console.WriteLine($"AppSettings读取配置失败: {ex.Message}");
            }
            return "";