From ecc217f694e03e660ef54bbada24fcb4ee59a728 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 09:33:12 +0800 Subject: [PATCH] 回单下载 --- LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs index 893a7e7..856ba52 100644 --- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs +++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs @@ -363,6 +363,15 @@ return Json(default); } + [HttpGet] + public async Task<ActionResult> GetBillErceiptExport(string orderNo) + { + var data = await _lifePayService.GetBillErceiptExport(orderNo); + + + return Json(default); + } + #endregion #region 鎿嶄綔 -- Gitblit v1.9.1