fix(tenpayv3): 修复特约商户进件接口模型定义问题

This commit is contained in:
Fu Diwei 2022-07-07 20:23:29 +08:00
parent 195c958ba0
commit ffa4e2e540

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
{ {
@ -544,7 +544,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
/// </summary> /// </summary>
[Newtonsoft.Json.JsonProperty("owner")] [Newtonsoft.Json.JsonProperty("owner")]
[System.Text.Json.Serialization.JsonPropertyName("owner")] [System.Text.Json.Serialization.JsonPropertyName("owner")]
public bool IsOwner { get; set; } public bool? IsOwner { get; set; }
} }
public class UBO public class UBO