feat(tenpayv2): 调整退款接口响应模型部分字段命名方式

This commit is contained in:
Fu Diwei 2022-11-08 19:18:23 +08:00
parent 6e922ca65e
commit bf7353f888

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
{
@ -18,7 +18,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
/// </summary>
[Newtonsoft.Json.JsonProperty("out_refund_no_$n")]
[System.Text.Json.Serialization.JsonPropertyName("out_refund_no_$n")]
public string OutRefundId { get; set; } = default!;
public string OutRefundNumber { get; set; } = default!;
/// <summary>
/// 获取或设置微信退款单号。