mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 04:33:16 +08:00
16 lines
363 B
C#
16 lines
363 B
C#
![]() |
using System;
|
|||
|
|
|||
|
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";
|
|||
|
}
|
|||
|
}
|