style: clean code

This commit is contained in:
Fu Diwei
2023-03-29 20:01:51 +08:00
parent 64a7fa38b5
commit c52973539c
14 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
namespace SKIT.FlurlHttpClient.Wechat.Api.Events
namespace SKIT.FlurlHttpClient.Wechat.Api.Events
{
/// <summary>
/// <para>表示 EVENT.subscribe_msg_sent_event 事件的数据。</para>
@@ -70,7 +70,7 @@
/// <summary>
/// 获取或设置发送订阅通知数据列表。
/// <para>等效于 <see cref="EventData.List"/> </para>
/// <para>等效于 <see cref="Types.EventData.EventList"/> </para>
/// </summary>
[Newtonsoft.Json.JsonProperty("List")]
[System.Text.Json.Serialization.JsonPropertyName("List")]