| | |
| | | [Name("完成时间")] |
| | | public string? FinishTimeStr { get; set; } |
| | | |
| | | [Name("平台订单号")] |
| | | public string OrderNo { get; set; } |
| | | |
| | | |
| | | } |
| | | public class UserLifePayOrderOutput |
| | |
| | | RechargeAmount = x.RechargeAmount, |
| | | ActualReceivedAmount = x.ActualReceivedAmount.ToString("F2"), |
| | | LifePayRefundStatus = x.LifePayRefundStatus, |
| | | OrderNo = x.OrderNo, |
| | | |
| | | }).OrderByDescending(r => r.CreationTime).ToListAsync(); |
| | | var i = 0; |
| | |
| | | public const string 退款完成 = "REFUND_CLOSE"; |
| | | |
| | | public const string 失败关闭 = "FAIL_CLOSE"; |
| | | |
| | | public const string 部分充值成功 = "SUCCESS_PART"; |
| | | } |
| | | |
| | | public const string NotifyUrl = "/api/ACOOLYNotify/ACOOLYNotify"; |