namespace SKIT.FlurlHttpClient.Wechat.Work { /// /// 企业微信 API 接口域名。 /// public static class WechatWorkEndpoints { /// /// 主域名(默认)。 /// public const string DEFAULT = "https://qyapi.weixin.qq.com"; } }