mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
style: clean code
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api
|
||||
namespace SKIT.FlurlHttpClient.Wechat.Api
|
||||
{
|
||||
/// <summary>
|
||||
/// 一个用于构造 <see cref="WechatApiClient"/> 时使用的配置项。
|
||||
@@ -17,7 +15,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api
|
||||
/// 获取或设置微信 API 域名。
|
||||
/// <para>默认值:<see cref="WechatApiEndpoints.DEFAULT"/></para>
|
||||
/// </summary>
|
||||
public string? Endpoints { get; set; } = WechatApiEndpoints.DEFAULT;
|
||||
public string Endpoints { get; set; } = WechatApiEndpoints.DEFAULT;
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置微信 AppId。
|
||||
|
Reference in New Issue
Block a user