LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs
@@ -806,6 +806,17 @@ public class WxPayDomesticRefundsQueryReponse { /// <summary> /// 返回结果 /// </summary> [JsonProperty("code")] public string Code { get; set; } /// <summary> /// 返回信息 /// </summary> [JsonProperty("message")] public string Message { get; set; } /// <summary> /// 微信支付退款单号 /// </summary> [JsonProperty("refund_id ")] @@ -859,7 +870,7 @@ /// 金额信息 /// </summary> [JsonProperty("amount")] public string Amount { get; set; } public Model_WxPayDomesticRefunds_Amount Amount { get; set; } } }