fix(tenpayv3): 修复发放代金券批次相关接口的请求模型定义错误

This commit is contained in:
Fu Diwei
2021-11-17 10:21:44 +08:00
parent b2e3c0e299
commit f4dce4022b

View File

@@ -32,8 +32,8 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
/// <summary>
/// 获取或设置用户唯一标识。
/// </summary>
[Newtonsoft.Json.JsonProperty("openid")]
[System.Text.Json.Serialization.JsonPropertyName("openid")]
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]
public string OpenId { get; set; } = string.Empty;
/// <summary>