From fdb74a7ec549f51633362707d97de94fd51bc95c Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 27 三月 2025 14:06:37 +0800 Subject: [PATCH] fix:充值凭证 --- LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs | 5 +---- LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs b/LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs index 73749e2..6b78d5e 100644 --- a/LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs +++ b/LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs @@ -2,9 +2,6 @@ using LifePayment.Domain.LifePay; using LifePayment.Domain.Models; using LifePayment.Domain.Shared; -using LifePayment.Domain; -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; using System; using System.Collections.Generic; using System.Linq; @@ -44,7 +41,7 @@ OrderNo = x.OrderNo, RechargeAmount = x.RechargeAmount, Remark = x.Remark, - Voucher = x.Voucher, + Voucher = x.Voucher.GetOssPath(), }) .GetPageResult(input.PageModel); return list; diff --git a/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml b/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml index 50f010d..0f50933 100644 --- a/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml +++ b/LifePayment/LifePayment.Host/LifePaymentService.HttpApi.xml @@ -260,6 +260,12 @@ <param name="input"></param> <returns></returns> </member> + <member name="M:LifePayment.HttpApi.LifePayController.GetLifePayRechargeReceiptsPage"> + <summary> + 鑾峰彇绱鍏呭�兼祦姘� + </summary> + <returns></returns> + </member> <member name="M:LifePayment.HttpApi.LifePayController.CreateLifePayPhoneOrder(LifePayment.Application.Contracts.CreateLifePayOrderInput{LifePayment.Application.Contracts.LifePhoneData})"> <summary> 鍒涘缓鐢熸椿缂磋垂璇濊垂璁㈠崟 -- Gitblit v1.9.1