LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -217,7 +217,7 @@ /// <summary> /// 下单渠道 /// </summary> public Guid? ChannelId { get; set; } public string? ChannelId { get; set; } } @@ -293,6 +293,7 @@ public string RefundCheckRemark { get; set; } } public class RefundUserLifePayOrderInput : ChannelsBaseInput { public Guid Id { get; set; }