duheng
2024-08-12 61b78d9f6ba10420ee932976b8d9ee9f9c4a273b
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HStation.BLL.PhartRelation
{
    internal class ConfigHelper
    {
        /// <summary>
        /// 
        /// </summary>
        public static string HttpUrl
        {
            get { return Settings.XhsParasHelper.Xhs.CAL.HttpClient.HttpUrl; }
        }
    }
}