mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +08:00
fix(tenpayv3): 修复特约商户进件接口模型定义问题
This commit is contained in:
parent
195c958ba0
commit
ffa4e2e540
@ -1,4 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
{
|
||||
@ -544,7 +544,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("owner")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("owner")]
|
||||
public bool IsOwner { get; set; }
|
||||
public bool? IsOwner { get; set; }
|
||||
}
|
||||
|
||||
public class UBO
|
||||
|
Loading…
Reference in New Issue
Block a user