Shuxia Ning
2024-12-02 ba8e77bcc88fee7d425ebee4aa8676d2b7e683b3
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; }
        }
    }
}