fix(tenpayv3): fix typo

This commit is contained in:
Fu Diwei 2021-05-28 19:07:34 +08:00
parent 8141659739
commit e0bb33d266

View File

@ -200,7 +200,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
/// 获取或设置总收款金额(单位:分)。
/// </summary>
[Newtonsoft.Json.JsonProperty("total_amount")]
[System.Text.Json.Serialization.JsonPropertyName("description")]
[System.Text.Json.Serialization.JsonPropertyName("total_amount")]
public int TotalAmount { get; set; }
/// <summary>