mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-17 01:46:20 +08:00
14 lines
348 B
C#
14 lines
348 B
C#
namespace SKIT.FlurlHttpClient.Wechat.Work
|
|
{
|
|
/// <summary>
|
|
/// <para>企业微信 API 接口域名。</para>
|
|
/// </summary>
|
|
public static class WechatWorkEndpoints
|
|
{
|
|
/// <summary>
|
|
/// 主域名(默认)。
|
|
/// </summary>
|
|
public const string DEFAULT = "https://qyapi.weixin.qq.com";
|
|
}
|
|
}
|