mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
fix(tenpayv3): 修复特约商户进件提交申请单接口请求模型定义错误的问题
This commit is contained in:
@@ -287,7 +287,6 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("owner")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("owner")]
|
||||
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Converters.StringTypedBooleanConverter))]
|
||||
public bool IsOwner { get; set; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user