zhengyiming
2025-04-09 a4b53ae88b588b099cf0e334f99d74d229f7fdc2
fix: s
3个文件已修改
6 ■■■■■ 已修改文件
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application/LifePay/LifePayService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYConstant.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -533,6 +533,9 @@
    [Name("完成时间")]
    public string? FinishTimeStr { get; set; }
    [Name("平台订单号")]
    public string OrderNo { get; set; }
}
public class UserLifePayOrderOutput
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -390,6 +390,7 @@
            RechargeAmount = x.RechargeAmount,
            ActualReceivedAmount = x.ActualReceivedAmount.ToString("F2"),
            LifePayRefundStatus = x.LifePayRefundStatus,
            OrderNo = x.OrderNo,
        }).OrderByDescending(r => r.CreationTime).ToListAsync();
        var i = 0;
LifePayment/LifePayment.Domain.Shared/ACOOLY/ACOOLYConstant.cs
@@ -75,6 +75,8 @@
        public const string 退款完成 = "REFUND_CLOSE";
        public const string 失败关闭 = "FAIL_CLOSE";
        public const string 部分充值成功 = "SUCCESS_PART";
    }
    public const string NotifyUrl = "/api/ACOOLYNotify/ACOOLYNotify";