Skip to content

Commit

Permalink
fix: 修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
emanonhero committed Oct 19, 2023
1 parent 5fc131e commit de22486
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class GoodLifeGoodsProductOnlineQueryV1Request : DouyinOpenRequest
public string? AccountId { get; set; }

/// <summary>
/// 获取或设置上线状态。
/// 获取或设置上线状态。过滤在线状态 1-在线 2-下线 3-封禁
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
Expand All @@ -27,7 +27,7 @@ public class GoodLifeGoodsProductOnlineQueryV1Request : DouyinOpenRequest
public int? PageCursor { get; set; }

/// <summary>
/// 获取或设置分页每页数量。
/// 获取或设置分页每页数量。分页数量,不传默认为5,最大上限50
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
Expand Down

0 comments on commit de22486

Please sign in to comment.