wanshenmean
3 天以前 5e851678cc02257bbbd179446de36082430ca5bc
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 "";