C# 使用JsonProperty设置字段别名
[JsonProperty("total")]
public long Total { get; set; }
[JsonProperty("total_length")]
public long TotalLength { get; set; }
[JsonProperty("total")]
public long Total { get; set; }
[JsonProperty("total_length")]
public long TotalLength { get; set; }