style: clean code

This commit is contained in:
Fu Diwei
2021-09-23 19:59:42 +08:00
parent b29fdf78c6
commit 143a5104a7
26 changed files with 55 additions and 118 deletions

View File

@@ -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。