feat(tenpayv2): 新增境外子商户进件相关接口

This commit is contained in:
Fu Diwei
2022-02-24 13:45:00 +08:00
parent 99fbb8f7c0
commit ffdf4c44c9
36 changed files with 1076 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
public override string? MerchantId { get; set; }
/// <summary>
/// <inheritdoc/>
/// <i>(请忽略此字段)</i>
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]

View File

@@ -13,7 +13,7 @@
public override string? MerchantId { get; set; }
/// <summary>
/// <inheritdoc/>
/// <i>(请忽略此字段)</i>
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]

View File

@@ -13,7 +13,7 @@
public override string? MerchantId { get; set; }
/// <summary>
/// <inheritdoc/>
/// <i>(请忽略此字段)</i>
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]

View File

@@ -15,7 +15,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
public override string? MerchantId { get; set; }
/// <summary>
/// <inheritdoc/>
/// <i>(请忽略此字段)</i>
/// </summary>
[Newtonsoft.Json.JsonIgnore]
[System.Text.Json.Serialization.JsonIgnore]