完成合集、短剧

This commit is contained in:
jianzhichu
2026-01-22 08:33:59 +08:00
parent 7175b3858a
commit e270397334
51 changed files with 3502 additions and 1411 deletions
+17 -17
View File
@@ -167,8 +167,8 @@ namespace dy.net.model.response
//[JsonProperty("share_info")]
//public DouyinDramaShareInfo ShareInfo { get; set; }
//[JsonProperty("stats")]
//public DouyinDramaStats Stats { get; set; }
[JsonProperty("stats")]
public DouyinDramaStats Stats { get; set; }
//[JsonProperty("status")]
//public DouyinDramaStatus DramaStatus { get; set; }
@@ -1087,26 +1087,26 @@ namespace dy.net.model.response
/// <summary>
/// 抖音短剧统计信息
/// </summary>
//public class DouyinDramaStats
//{
// [JsonProperty("collect_vv")]
// public int CollectViewCount { get; set; }
public class DouyinDramaStats
{
[JsonProperty("collect_vv")]
public int CollectViewCount { get; set; }
// [JsonProperty("current_episode")]
// public int CurrentEpisode { get; set; }
[JsonProperty("current_episode")]
public int CurrentEpisode { get; set; }
// [JsonProperty("last_added_item_time")]
// public long LastEpisodeAddTimestamp { get; set; }
[JsonProperty("last_added_item_time")]
public long LastEpisodeAddTimestamp { get; set; }
// [JsonProperty("play_vv")]
// public long TotalPlayViewCount { get; set; }
[JsonProperty("play_vv")]
public long TotalPlayViewCount { get; set; }
// [JsonProperty("total_episode")]
// public int TotalEpisodeCount { get; set; }
[JsonProperty("total_episode")]
public int TotalEpisodeCount { get; set; }
// [JsonProperty("updated_to_episode")]
// public int LatestEpisodeCount { get; set; }
//}
[JsonProperty("updated_to_episode")]
public int LatestEpisodeCount { get; set; }
}
/// <summary>
/// 抖音短剧状态信息