Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jun 1, 2023
1 parent 10d1a2f commit 7ed0a87
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 331 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text.Json.Serialization;


#pragma warning disable CS1591 // 缺少对公共可见类型或成员的 XML 注释

namespace XinjingdailyBot.Infrastructure.Model
{
Expand Down
1 change: 1 addition & 0 deletions XinjingdailyBot.Infrastructure/Model/IpInfoResponse.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Text.Json.Serialization;

namespace XinjingdailyBot.Infrastructure.Model;
#pragma warning disable CS1591 // 缺少对公共可见类型或成员的 XML 注释

/// <summary>
/// IpInfo响应实体
Expand Down
Loading

0 comments on commit 7ed0a87

Please sign in to comment.