From 20a5f67100349aafea763067a2290de3a8562e33 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 15:48:06 +0800 Subject: [PATCH] fix:微信退款bug修复 --- LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml | 2 +- LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs | 10 ---------- 2 files changed, 1 insertions(+), 11 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs index 88a9193..d9e2d8b 100644 --- a/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs +++ b/LifePayment/LifePayment.Domain.Shared/WeChat/WxPayPostBaseModel.cs @@ -600,11 +600,6 @@ /// </summary> public class WxPayDomesticRefundsRequest { - /// <summary> - /// 寰俊鏀粯璁㈠崟鍙� 鍜宱ut_trade_no蹇呴』浜岄�変竴杩涜浼犲弬 - /// </summary> - [JsonProperty("transaction_id")] - public string TransactionId { get; set; } /// <summary> /// 鍟嗘埛璁㈠崟鍙� 鍜宱ut_trade_no蹇呴』浜岄�変竴杩涜浼犲弬 @@ -630,11 +625,6 @@ [JsonProperty("notify_url")] public string NotifyUrl { get; set; } - /// <summary> - /// 閫�娆捐祫閲戞潵婧� - /// </summary> - [JsonProperty("funds_account")] - public string FundsAccount { get; set; } /// <summary> /// 閲戦淇℃伅 蹇呭~ diff --git a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml index 586c9cb..863e3a7 100644 --- a/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml +++ b/LifePayment/LifePayment.Host/LifePaymentServices.Application.Contracts.xml @@ -510,7 +510,7 @@ 鎵嬫満鍙�/鐢ㄦ埛鍚� </summary> </member> - <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTime"> + <member name="P:LifePayment.Application.Contracts.QueryUserPageInput.CreationTimeBegin"> <summary> 娉ㄥ唽鏃堕棿 </summary> -- Gitblit v1.9.1