From 57fb27ac6874642d190533df66aa087c6ec94813 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 12:28:10 +0800
Subject: [PATCH] 退款订单列表

---
 LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
index 72c0935..845b691 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/LifePayController.cs
@@ -192,7 +192,7 @@
         }
 
         /// <summary>
-        /// 鑾峰彇璁㈠崟鍒嗛〉鏁版嵁
+        /// 鑾峰彇閫�娆捐鍗曞垎椤垫暟鎹�
         /// </summary>
         /// <param name="input"></param>
         /// <returns></returns>
@@ -370,7 +370,6 @@
                 var bytes = ExcelHelper.ListToByteForExcel(data, "xlsx");
                 return File(bytes, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "璁㈠崟绠$悊" + ".xlsx");
             }
-
             return Json(default);
         }
 
@@ -378,7 +377,6 @@
         public async Task<string> GetBillErceiptExport(string orderNo)
         {
             var data = await _lifePayService.GetBillErceiptExport(orderNo);
-           
 
             return data;
         }

--
Gitblit v1.9.1