mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
fix(tenpayv3): 修复电商收付通二级商户进件申请接口请求模型定义错误
This commit is contained in:
@@ -570,13 +570,6 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
|
||||
[System.Text.Json.Serialization.JsonPropertyName("owner")]
|
||||
public bool? IsOwner { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置是否填写结算银行账户。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("need_account_info")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("need_account_info")]
|
||||
public bool RequireBankAccount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置结算银行账户信息。
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user