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