mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-17 10:41:58 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user