mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-19 07:44:46 +08:00
feat(tenpayv2): 调整退款接口响应模型部分字段命名方式
This commit is contained in:
parent
6e922ca65e
commit
bf7353f888
@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
|
namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
|
||||||
{
|
{
|
||||||
@ -18,7 +18,7 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV2.Models
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("out_refund_no_$n")]
|
[Newtonsoft.Json.JsonProperty("out_refund_no_$n")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("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>
|
/// <summary>
|
||||||
/// 获取或设置微信退款单号。
|
/// 获取或设置微信退款单号。
|
||||||
|
Loading…
Reference in New Issue
Block a user