feat(work): 新增小程序接入对外收款相关接口

This commit is contained in:
Fu Diwei
2023-10-10 15:15:14 +08:00
parent 4163232f0f
commit bbf970d3ed
37 changed files with 1360 additions and 40 deletions

View File

@@ -47,11 +47,10 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Models
/// <summary>
/// 获取或设置退款币种。
/// <para>默认值CNY</para>
/// </summary>
[Newtonsoft.Json.JsonProperty("currency")]
[System.Text.Json.Serialization.JsonPropertyName("currency")]
public string Currency { get; set; } = "CNY";
public string Currency { get; set; } = default!;
/// <summary>
/// 获取或设置用户支付金额(单位:分)。