lingling
2025-03-21 ff7920ed1f3b0ff3f4fccd97c4b31b80fb63b142
LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYInput.cs
@@ -247,6 +247,11 @@
{
    public string CheckChannelId { get; set; }
}
public class LogErrorInput
{
    public string Error { get; set; }
}
public class SetLifePayOrderPayTypeInput : ChannelsBaseInput
{
    [Required(ErrorMessage = "订单号不可为空")]