mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
fix(tenpayv3): 修复特约商户进件提交申请单接口请求模型定义错误的问题
This commit is contained in:
@@ -287,7 +287,6 @@ 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")]
|
||||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.StringTypedBooleanConverter))]
|
|
||||||
public bool IsOwner { get; set; }
|
public bool IsOwner { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user