namespace HStation.BLL { internal class ConfigHelper { /// /// /// public static string HttpUrl { get { return Settings.Assets.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; } } } }